blob: 0b37cb48bc69cb9e1ebe20220c353d5d36a27ac5 [file] [log] [blame]
{
"name": "Peekaboo",
"version": "1.0.1",
"summary": "Peekaboo is an iOS API which allows you easily use a ScrollView to automatically hide the navigation and toolbar.",
"description": "Peekaboo is an iOS API which allows you easily use a UIScrollView to automatically hide the navigation and toolbar or\nother UIViews you configure using optional delegate methods.",
"homepage": "https://github.com/valerius/Peekaboo",
"license": "MIT",
"authors": {
"James Whitfield": "valerius@neilab.com"
},
"source": {
"git": "https://github.com/valerius/Peekaboo.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Peekaboo": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"private_header_files": "Pod/Classes/**/*Private.h"
}