Latest | 0.1.0 |
---|---|
Homepage | https://github.com/vinicius-a-ro/iOSCircularProgressBar |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
[](https://travis-ci.org/Vinicius Rodrigues/iOSCircularProgressBar)
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
iOSCircularProgressBar is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "iOSCircularProgressBar"
Author
Vinicius Rodrigues, [email protected]
License
iOSCircularProgressBar is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "iOSCircularProgressBar", "version": "0.1.0", "summary": "A subclass on UILabel that provides a blink.", "description": "This CocoaPod provides the ability to use a UILabel that may be started and stopped blinking.", "homepage": "https://github.com/vinicius-a-ro/iOSCircularProgressBar", "license": "MIT", "authors": { "Vinicius Rodrigues": "[email protected]" }, "source": { "git": "https://github.com/vinicius-a-ro/iOSCircularProgressBar.git", "tag": "0.1.0" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resource_bundles": { "iOSCircularProgressBar": [ "Pod/Assets/*.png" ] } }
Wed, 02 Mar 2016 15:54:04 +0000