blob: ed2c635ef8ee32db6c5b593421efccacde86c45d [file] [log] [blame]
{
"name": "Peekaboo",
"version": "1.0.3",
"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.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"private_header_files": "Pod/Classes/**/*Private.h"
}