blob: 66900335a8d82bd2997631d40115c4db93d27b4c [file] [log] [blame]
{
"name": "HJPhotoBrowser",
"version": "1.0.2",
"summary": "一款iOS高性能图片浏览器,依赖SDWebImage,支持浏览本地图片及网络图片",
"homepage": "https://github.com/coder-zwz/HJPhotoBrowser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zuweizhong": "2416086440@qq.com"
},
"source": {
"git": "https://github.com/coder-zwz/HJPhotoBrowser.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HJBroswerDemo/HJBroswerDemo/HJPhotoBrowser/**/*",
"frameworks": [
"Foundation",
"StoreKit"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.7",
"!= 3.7.2"
]
}
}