blob: f3f708ed78b6c6cfb477575922cc0e44e2176811 [file] [log] [blame]
{
"name": "BlinkingButton",
"version": "0.1.0",
"summary": "A subclass of UIButton that provides a blink.",
"description": "This pod provides the ability to use a UIButton that may be started and stopped blinking.",
"homepage": "https://github.com/warchimede/BlinkingButton",
"license": "MIT",
"authors": {
"William Archimede": "william.archimede@hoodbrains.com"
},
"source": {
"git": "https://github.com/warchimede/BlinkingButton.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BlinkingButton": [
"Pod/Assets/*.png"
]
}
}