[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / 7 / 8 / ZZGPhotoBrowser / 0.1.1 / ZZGPhotoBrowser.podspec.json
blob7c23a292c9976908f7c4b0ab6dd0890f6919e909
2   "name": "ZZGPhotoBrowser",
3   "version": "0.1.1",
4   "summary": "A short description of ZZGPhotoBrowser.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://git.coding.net/zhaozhiguo/ZZGPhotoBrowser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lovezhaozhiguo": "553002177@qq.com"
13   },
14   "source": {
15     "git": "https://git.coding.net/zhaozhiguo/ZZGPhotoBrowser.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ZZGPhotoBrowser/Classes/**/*.{h,m}",
22   "resources": [
23     "ZZGPhotoBrowser/Classes/ZZGPhotoBrowser.bundle"
24   ],
25   "requires_arc": true,
26   "frameworks": [
27     "ImageIO",
28     "QuartzCore",
29     "AssetsLibrary",
30     "MediaPlayer"
31   ],
32   "weak_frameworks": "Photos",
33   "dependencies": {
34     "MBProgressHUD": [
35       "~> 0.9"
36     ],
37     "DACircularProgress": [
38       "~> 2.3"
39     ],
40     "SDWebImage": [
41       "~> 3.7",
42       "!= 3.7.2"
43     ],
44     "ZZGPlayer": [
45       "~> 0.1.3"
46     ]
47   }