[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 5 / a / FSImageViewer_image_details / 1.8 / FSImageViewer_image_details.podspec.json
blob467d4cc337d8baef40964e4c9e62f429e6eee8ed
2   "name": "FSImageViewer_image_details",
3   "version": "1.8",
4   "summary": "Library added additonal functionality on FSImagViewer.",
5   "description": "Added details of image such as a note, date overlay and option to mark image private or public.",
6   "homepage": "https://github.com/akhilrajtr/FSImageViewer",
7   "screenshots": "https://raw.github.com/x2on/FSImageViewer/master/screen.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Akhilraj": "akhilraj@qburst.com"
14   },
15   "source": {
16     "git": "https://github.com/akhilrajtr/FSImageViewer.git",
17     "tag": "1.8"
18   },
19   "social_media_url": "https://twitter.com/x2on",
20   "platforms": {
21     "ios": "6.0"
22   },
23   "requires_arc": true,
24   "source_files": "FSImageViewer/",
25   "resources": "FSImageViewer.bundle",
26   "resource_bundles": {
27     "FRResources": [
28       "Images/*"
29     ]
30   },
31   "frameworks": [
32     "Foundation",
33     "UIKit",
34     "CoreGraphics",
35     "QuartzCore",
36     "Security",
37     "CFNetwork"
38   ],
39   "dependencies": {
40     "AFNetworking": [
41       "~> 2.3"
42     ],
43     "EGOCache": [
44       "~> 2.0"
45     ]
46   }