blob: 27e9a9f9657b04f19b34c28ea7aad9cbaa8c7724 [file] [log] [blame]
{
"name": "myfirstcocoapod",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"myfirstcocoapod": [
"Pod/Assets/*.png"
]
}
}