blob: 288286e6f9f595d7f63247054e0afa85cb5b7c03 [file] [log] [blame]
{
"name": "ZLPhotoBrowser-objc",
"version": "1.0.0",
"summary": "ZLPhotoBrowser 的oc版本",
"homepage": "https://github.com/longitachi/ZLPhotoBrowser",
"license": "MIT",
"platforms": {
"ios": "8.0"
},
"authors": {
"longitachi": "longitachi@163.com"
},
"source": {
"git": "https://github.com/longitachi/ZLPhotoBrowser-objc.git",
"tag": "1.0.0"
},
"source_files": "ZLPhotoBrowser/PhotoBrowser/**/*.{h,m}",
"resources": "ZLPhotoBrowser/PhotoBrowser/resource/*.{png,xib,nib,bundle}",
"requires_arc": true,
"frameworks": [
"UIKit",
"Photos",
"PhotosUI"
],
"dependencies": {
"SDWebImage": [
]
}
}