[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 8 / 6 / 5 / SSImageBrowser / 2.0.8 / SSImageBrowser.podspec.json
blobc002e58e45ffb6d1199e28150977056ce169fd01
2   "name": "SSImageBrowser",
3   "version": "2.0.8",
4   "summary": "IDMPhotoBrowser in Swift",
5   "description": "IDMPhotoBrowser in Swift\nPhoto Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more",
6   "homepage": "https://github.com/CodeEagle/SSImageBrowser",
7   "screenshots": [
8     "https://raw.github.com/appkraft/IDMPhotoBrowser/master/Screenshots/idmphotobrowser_ss1.png",
9     "https://raw.github.com/appkraft/IDMPhotoBrowser/master/Screenshots/idmphotobrowser_ss2.png",
10     "https://raw.github.com/appkraft/IDMPhotoBrowser/master/Screenshots/idmphotobrowser_ss3.png",
11     "https://raw.github.com/appkraft/IDMPhotoBrowser/master/Screenshots/idmphotobrowser_ss4.png",
12     "https://raw.github.com/appkraft/IDMPhotoBrowser/master/Screenshots/idmphotobrowser_ss5.png"
13   ],
14   "license": "MIT",
15   "authors": {
16     "CodeEagle": "stasura@hotmail.com"
17   },
18   "source": {
19     "git": "https://github.com/CodeEagle/SSImageBrowser.git",
20     "tag": "2.0.8"
21   },
22   "social_media_url": "https://twitter.com/_SelfStudio",
23   "platforms": {
24     "ios": "8.0"
25   },
26   "requires_arc": true,
27   "resources": [
28     "Source/IDMPhotoBrowser.bundle",
29     "Source/IDMPBLocalizations.bundle"
30   ],
31   "source_files": "Source/*.swift",
32   "frameworks": [
33     "MessageUI",
34     "QuartzCore",
35     "SystemConfiguration",
36     "MobileCoreServices",
37     "Security",
38     "Photos"
39   ],
40   "dependencies": {
41     "DACircularProgress": [
43     ]
44   }