[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 2 / 0 / 5 / PKRevealController / 2.0.2 / PKRevealController.podspec.json
blob6310b9eb6999fb3147650e686be085e80625a44f
2   "name": "PKRevealController",
3   "version": "2.0.2",
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.2"
16   },
17   "source_files": "Source/**/*.{h,m}",
18   "frameworks": [
19     "UIKit",
20     "QuartzCore",
21     "Foundation"
22   ],
23   "platforms": {
24     "ios": "6.0"
25   }