blob: 76fecf7d1483f165ac26ba101d5f8868f23460d0 [file] [log] [blame]
{
"name": "myfirstcocoapod",
"version": "0.1.2",
"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/satyamub/myfirstcocoapod",
"license": "MIT",
"authors": {
"Satya Prakash Dash": "satya.saphire@gmail.com"
},
"source": {
"git": "https://github.com/satyamub/myfirstcocoapod",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"myfirstcocoapod": [
"Pod/Assets/*.png"
]
}
}