[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 4 / 0 / 7 / ADPhotoBroswerView / 1.0.0 / ADPhotoBroswerView.podspec.json
blob2594cf528de898d22bf6f60b3f4a57dff7c2fc56
2   "name": "ADPhotoBroswerView",
3   "version": "1.0.0",
4   "summary": "图片浏览器",
5   "description": "iOS图片浏览器,暂不支持本地图片浏览 ,模仿微信朋友圈图片浏览",
6   "homepage": "https://github.com/tiancanfei/ADPhotoBroswerView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "安德航": "bjwltiankong@163.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/tiancanfei/ADPhotoBroswerView.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "APhotoBroswer/ADPhotoBroswerView/*.{h,m}",
22   "public_header_files": "APhotoBroswer/ADPhotoBroswerView/*.h",
23   "frameworks": "UIKit",
24   "requires_arc": true,
25   "dependencies": {
26     "SDWebImage": [
27       "~> 3.7.6"
28     ],
29     "SVProgressHUD": [
30       "~> 2.0.3"
31     ]
32   }