[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 4 / 6 / ZYQPhotoBrowser / 1.2 / ZYQPhotoBrowser.podspec.json
blob58a0848ceed11eecb953ec8d0bb30d99c8ffa99f
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.2",
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.2"
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   }