blob: dc140c42fb40c15c78ec38e78a6ea832ac87e748 [file] [log] [blame]
{
"name": "Blinker",
"version": "0.1.0",
"summary": "Blinker is a UIView subclass for a label that blinks",
"description": "\"Blinker is a UIView label subclass that creates a label that blinks, super easy\"",
"homepage": "https://github.com/rantoniops/Blinker",
"license": "MIT",
"authors": {
"Antonio": "rantoniops@gmail.com"
},
"source": {
"git": "https://github.com/rantoniops/Blinker.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Blinker": [
"Pod/Assets/*.png"
]
}
}