blob: aae0bb78ed86c8d4487986ba06e977289c691f78 [file] [log] [blame]
{
"name": "Fadeable",
"version": "0.1.0",
"summary": "Fadeable provides an easy-to-use way to extend UIViews with fade in / fade out capabilities.",
"description": "Fadeable provides a protocol + protocol extension to enhance UIViews with the ability to fade in and fade out.",
"homepage": "https://github.com/andrewcbancroft/Fadeable",
"license": "MIT",
"authors": {
"Andrew Bancroft": "andrew@andrewcbancroft.com"
},
"source": {
"git": "https://github.com/andrewcbancroft/Fadeable.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Fadeable": [
"Pod/Assets/*.png"
]
}
}