blob: d5ef1174e110317a82a1b829e714ac47960283c0 [file] [log] [blame]
{
"name": "UPTBlinkingLabel",
"version": "0.1.3",
"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/uptscs/UPTBlinkingLabel",
"license": "MIT",
"authors": {
"upendra.tripathi": "upendra.tripathi@oracle.com"
},
"source": {
"git": "https://github.com/uptscs/UPTBlinkingLabel.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"UPTBlinkingLabel": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}