blob: b106a737cb7a058044db20f5f20fff197536aa4a [file] [log] [blame]
{
"name": "BlinkingLabel",
"version": "0.3.0",
"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.\n",
"homepage": "https://github.com/obuseme/BlinkingLabel",
"license": "MIT",
"authors": {
"Andy Obusek": "andyo@aweber.com"
},
"source": {
"git": "https://github.com/obuseme/BlinkingLabel.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/obusek",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BlinkingLabel": [
"Pod/Assets/*.png"
]
}
}