[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / f / a / 2 / FSImageViewer / 2.0.1 / FSImageViewer.podspec.json
blob34c1fe3df3e7fcd249d347613278b44227450259
2   "name": "FSImageViewer",
3   "version": "2.0.1",
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": "2.0.1"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "source_files": "FSImageViewer/FS*.{h,m}",
22   "resources": "FSImageViewer.bundle",
23   "frameworks": [
24     "Foundation",
25     "UIKit",
26     "CoreGraphics",
27     "QuartzCore",
28     "Security",
29     "CFNetwork"
30   ],
31   "dependencies": {
32     "AFNetworking": [
33       "~> 2.0"
34     ],
35     "EGOCache": [
36       "~> 2.0"
37     ]
38   }