[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / f / a / 2 / FSImageViewer / 1.0.2 / FSImageViewer.podspec.json
blob32e40720eff6a33765e50238f8072be72ea83d15
2   "name": "FSImageViewer",
3   "version": "1.0.2",
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": "1.0.2"
16   },
17   "platforms": {
18     "ios": "5.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.3",
33       "< 2.0"
34     ],
35     "EGOCache": [
36       "~> 2.0"
37     ]
38   }