Latest | 0.1.4 |
---|---|
Homepage | https://github.com/micurd/curd |
License | MIT |
Platforms | ios 8.0, requires ARC |
Authors |
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
curd is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "curd"
Author
mac1228, [email protected]
License
curd is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "curd", "version": "0.1.4", "summary": "A sublcass 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/micurd/curd", "license": "MIT", "authors": { "Michael Curd": "[email protected]" }, "source": { "git": "https://github.com/micurd/curd.git", "tag": "0.1.4" }, "platforms": { "ios": "8.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resource_bundles": { "curd": [ "Pod/Assets/*.png" ] } }
Tue, 01 Mar 2016 14:36:03 +0000