[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 6 / 5 / SSImageBrowser / 0.1.2 / SSImageBrowser.podspec.json
blob8c473bbbc1577d4996822fb826290b480dcfd4a6
2   "name": "SSImageBrowser",
3   "version": "0.1.2",
4   "summary": "IDMPhotoBrowser in Swift",
5   "description": "                       IDMPhotoBrowser in Swift\n                       Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more\n",
6   "homepage": "https://github.com/CodeEagle/SSImageBrowser",
7   "license": "MIT",
8   "authors": {
9     "CodeEagle": "stasura@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/CodeEagle/SSImageBrowser.git",
13     "tag": "0.1.2"
14   },
15   "social_media_url": "https://twitter.com/_SelfStudio",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "resources": [
21     "Source/IDMPhotoBrowser.bundle",
22     "Source/IDMPBLocalizations.bundle"
23   ],
24   "source_files": "Source/*.swift",
25   "frameworks": [
26     "MessageUI",
27     "QuartzCore",
28     "SystemConfiguration",
29     "MobileCoreServices",
30     "Security"
31   ],
32   "dependencies": {
33     "pop": [
35     ],
36     "DACircularProgress": [
38     ],
39     "SDWebImage": [
41     ]
42   }