[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / d / 3 / YASlidingViewController / 1.0.2 / YASlidingViewController.podspec.json
blob91ab93d57573994dfeefb0eff644c18fb61dd901
2   "name": "YASlidingViewController",
3   "version": "1.0.2",
4   "summary": "A sliding UIViewController for iOS.",
5   "homepage": "https://github.com/ThomasConner/YASlidingViewController",
6   "screenshots": "http://dribbble.s3.amazonaws.com/users/14827/screenshots/1193991/8.png",
7   "authors": {
8     "Thomas Conner": "thomas.conner@me.com"
9   },
10   "source": {
11     "git": "https://github.com/ThomasConner/YASlidingViewController.git",
12     "tag": "1.0.2"
13   },
14   "license": {
15     "type": "MIT",
16     "file": "LICENSE"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "6.0"
21   },
22   "source_files": "YASlidingViewController/**/*.{h,m}",
23   "ios": {
24     "frameworks": [
25       "CoreGraphics",
26       "QuartzCore"
27     ]
28   }