blob: 37bb5e41cb18e3e78f31a5cdf2fb0730440bdf2c [file] [log] [blame]
{
"name": "BlinkLabelTest",
"version": "0.1.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.",
"homepage": "https://github.com/Vishal-Singh-Panwar/BlinkLabelTest",
"license": "MIT",
"authors": {
"Vishal Singh Panwar": "vishal.panwar@mutualmobile.com"
},
"source": {
"git": "https://github.com/Vishal-Singh-Panwar/BlinkLabelTest.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BlinkLabelTest": [
"Pod/Assets/*.png"
]
}
}