blob: f1bbde338e4a2293567e4b4bfd8a0ce8d3074a80 [file] [log] [blame]
{
"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": "micurd@microsoft.com"
},
"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"
]
}
}