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