[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 2 / 0 / 5 / PKRevealController / 2.0.0 / PKRevealController.podspec.json
blobee44db1601a0fc1c20480b15f1f466da4fb52446
2   "name": "PKRevealController",
3   "version": "2.0.0",
4   "authors": {
5     "Philip Kluz": "philip.kluz@zuui.org"
6   },
7   "homepage": "https://github.com/pkluz/PKRevealController",
8   "summary": "A view controller containers for iOS, enabling you to present multiple controllers on top of one another.",
9   "license": {
10     "type": "MIT"
11   },
12   "requires_arc": true,
13   "source": {
14     "git": "https://github.com/pkluz/PKRevealController.git",
15     "tag": "v2.0.0"
16   },
17   "source_files": "Source/**/*.{h,m}",
18   "frameworks": [
19     "UIKit",
20     "QuartzCore",
21     "Foundation"
22   ],
23   "platforms": {
24     "ios": "6.0"
25   }