blob: 272b8d53ef78f741c882c166db53280a9a866efa [file] [log] [blame]
{
"name": "curd",
"version": "0.1.0",
"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": {
"mac1228": "mac1228@gmail.com"
},
"source": {
"git": "https://github.com/micurd/curd.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"curd": [
"Pod/Assets/*.png"
]
}
}