[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / a / 4 / 6 / ZYQPhotoBrowser / 1.0 / ZYQPhotoBrowser.podspec.json
blob5bf3d65d21300ba80fc465c41fd2269fcce04d0d
2   "name": "ZYQPhotoBrowser",
3   "summary": "Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more.",
4   "version": "1.0",
5   "homepage": "https://github.com/heroims/ZYQPhotoBrowser",
6   "license": {
7     "type": "MIT",
8     "file": "README.md"
9   },
10   "authors": {
11     "Eduardo Callado": "eduardo_tasker@hotmail.com"
12   },
13   "source": {
14     "git": "https://github.com/heroims/ZYQPhotoBrowser.git",
15     "tag": "1.0"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "frameworks": [
22     "MessageUI",
23     "QuartzCore",
24     "SystemConfiguration",
25     "MobileCoreServices",
26     "Security"
27   ],
28   "source_files": "ZYQPhotoBrowser/*.{h,m}",
29   "resources": [
30     "ZYQPhotoBrowser/ZYQPhotoBrowser.bundle",
31     "ZYQPhotoBrowser/ZYQPBLocalizations.bundle"
32   ],
33   "dependencies": {
34     "SDWebImage": [
35       "4.0.0"
36     ],
37     "SDWebImage/GIF": [
38       "4.0.0"
39     ],
40     "DACircularProgress": [
42     ]
43   }