blob: 81e53ca788b1c1853eecd8f1587db67ad29b85bb [file] [log] [blame]
{
"name": "JKImageBrowser",
"version": "1.0.0",
"summary": "仿微信图片浏览控件",
"homepage": "https://github.com/XiFengLang/JKPhotoBrowser",
"license": "MIT",
"authors": {
"XiFengLang": "lang131jp@vip.qq.com"
},
"source": {
"git": "https://github.com/XiFengLang/JKPhotoBrowser.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"source_files": "src/*.{h,m}",
"dependencies": {
"SDWebImage": [
"~> 3.8.2"
]
}
}