blob: 91bddd34cf5ba63abbab6da3312ad06f10d66184 [file] [log] [blame]
{
"name": "BlinkLabel",
"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/DeepanshiGupta3/BlinkLabel",
"license": "MIT",
"authors": {
"Deepanshi Gupta": "deepanshi.gupta@quovantis.com"
},
"source": {
"git": "https://github.com/DeepanshiGupta3/BlinkLabel.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BlinkLabel": [
"Pod/Assets/*.png"
]
}
}