[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / a / 2 / FSImageViewer / 0.9 / FSImageViewer.podspec.json
blobd5f907399854c4252f96e273ff27e1e6273cff59
2   "name": "FSImageViewer",
3   "version": "0.9",
4   "summary": "FSImageViewer is a photo viewer for iOS..",
5   "homepage": "https://github.com/x2on/FSImageViewer",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Felix Schulze": "code@felixschulze.de"
12   },
13   "source": {
14     "git": "https://github.com/x2on/FSImageViewer.git",
15     "tag": "0.9"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "source_files": "FSImageViewer/FS*.{h,m}",
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "CoreGraphics",
26     "QuartzCore",
27     "Security",
28     "CFNetwork"
29   ],
30   "dependencies": {
31     "AFNetworking": [
32       "~> 1.3.2",
33       "< 2.0"
34     ],
35     "EGOCache": [
36       "~> 2.0"
37     ]
38   }