[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 0 / 6 / e / MWPhotoBrowser-ADS / 0.1.0 / MWPhotoBrowser-ADS.podspec.json
blob75ce3cb8475d85f304d7adce3353037ec01cb934
2   "name": "MWPhotoBrowser-ADS",
3   "version": "0.1.0",
4   "summary": "this is a customed MWPhotoBrowser,used by my private project",
5   "description": "自定义了错误图片,更改了title显示.之后还会有其他根据项目的改动。",
6   "homepage": "https://github.com/Andrewmika/MWPhotoBrowser-ADS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Wanqi Shen": "iandrew@126.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/Andrewmika/MWPhotoBrowser-ADS.git",
19     "tag": "0.1.0"
20   },
21   "source_files": [
22     "Classes",
23     "Pod/Classes/**/*.{h,m}"
24   ],
25   "resource_bundles": {
26     "MWPhotoBrowser-ADS": [
27       "Pod/Assets/*.png"
28     ]
29   },
30   "requires_arc": true,
31   "frameworks": [
32     "ImageIO",
33     "QuartzCore",
34     "AssetsLibrary",
35     "MediaPlayer"
36   ],
37   "weak_frameworks": "Photos",
38   "dependencies": {
39     "MBProgressHUD": [
40       "~> 0.9"
41     ],
42     "DACircularProgress": [
43       "~> 2.3"
44     ],
45     "SDWebImage": [
46       "~> 3.7",
47       "!= 3.7.2"
48     ]
49   }