[Add] SealdSdk 0.9.0-beta.1
[CocoaPods.git] / Specs / 8 / c / 2 / Peekaboo / 1.0.3 / Peekaboo.podspec.json
blobed2c635ef8ee32db6c5b593421efccacde86c45d
2   "name": "Peekaboo",
3   "version": "1.0.3",
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.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "public_header_files": "Pod/Classes/**/*.h",
21   "private_header_files": "Pod/Classes/**/*Private.h"