[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 0 / 6 / e / MWPhotoBrowser-ADS / 1.0.0 / MWPhotoBrowser-ADS.podspec.json
blobc7c0368d5f09bd86c31b7a822e134e7ae5050471
2   "name": "MWPhotoBrowser-ADS",
3   "version": "1.0.0",
4   "summary": "this is a customed MWPhotoBrowser,used by my private project",
5   "description": "这是一个自动的图片浏览哭,在MWPhotoBrowser基础上进行更改。自定义了错误图片,更改了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": "1.0.0"
20   },
21   "source_files": [
22     "Classes",
23     "Pod/Classes/**/*.{h,m}"
24   ],
25   "resources": "MWPhotoBrowserBundle.bundle",
26   "requires_arc": true,
27   "frameworks": [
28     "ImageIO",
29     "QuartzCore",
30     "AssetsLibrary",
31     "MediaPlayer"
32   ],
33   "weak_frameworks": "Photos",
34   "dependencies": {
35     "MBProgressHUD": [
36       "~> 0.9"
37     ],
38     "DACircularProgress": [
39       "~> 2.3"
40     ],
41     "SDWebImage": [
42       "~> 3.7",
43       "!= 3.7.2"
44     ]
45   }