blob: 2594cf528de898d22bf6f60b3f4a57dff7c2fc56 [file] [log] [blame]
{
"name": "ADPhotoBroswerView",
"version": "1.0.0",
"summary": "图片浏览器",
"description": "iOS图片浏览器,暂不支持本地图片浏览 ,模仿微信朋友圈图片浏览",
"homepage": "https://github.com/tiancanfei/ADPhotoBroswerView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"安德航": "bjwltiankong@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/tiancanfei/ADPhotoBroswerView.git",
"tag": "1.0.0"
},
"source_files": "APhotoBroswer/ADPhotoBroswerView/*.{h,m}",
"public_header_files": "APhotoBroswer/ADPhotoBroswerView/*.h",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.7.6"
],
"SVProgressHUD": [
"~> 2.0.3"
]
}
}