blob: 4c6a17384b72e8796a3a50f3045749b82fab8a87 [file] [log] [blame]
{
"name": "ZoomyHeader",
"version": "0.1.3",
"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.3"
},
"social_media_url": "https://twitter.com/logansease",
"platforms": {
"ios": "8.0"
},
"source_files": "ZoomyHeader/Classes/**/*",
"resource_bundles": {
"ZoomyHeader": "ZoomyHeader/Classes/**/*.xib"
},
"pushed_with_swift_version": "3.0"
}