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