blob: 274bd77a99543b3b34b68eb556a0f180145a76a6 [file] [log] [blame]
{
"name": "ZoomyHeader",
"version": "0.1.2",
"summary": "A nice image header cell that zooms as you scroll up",
"description": "Zoomy header is a way to add an image cell to your UITableView that will zoom in as you scroll up, similar to Twitter and other apps. It is simple to implement with just a few lines of code!",
"homepage": "https://github.com/logansease/ZoomyHeader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Logan Sease": "lsease@gmail.com"
},
"source": {
"git": "https://github.com/logansease/ZoomyHeader.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/logansease",
"platforms": {
"ios": "8.0"
},
"source_files": "ZoomyHeader/Classes/**/*",
"resource_bundles": {
"ZoomyHeader": "ZoomyHeader/Classes/**/*.xib"
}
}