[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / c / 2 / Peekaboo / 1.0.1 / Peekaboo.podspec.json
blob0b37cb48bc69cb9e1ebe20220c353d5d36a27ac5
2   "name": "Peekaboo",
3   "version": "1.0.1",
4   "summary": "Peekaboo is an iOS API which allows you easily use a ScrollView to automatically hide the navigation and toolbar.",
5   "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.",
6   "homepage": "https://github.com/valerius/Peekaboo",
7   "license": "MIT",
8   "authors": {
9     "James Whitfield": "valerius@neilab.com"
10   },
11   "source": {
12     "git": "https://github.com/valerius/Peekaboo.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Peekaboo": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "private_header_files": "Pod/Classes/**/*Private.h"