blob: 94de28a515478be4a9a4d797c1683790831f1bfb [file] [log] [blame]
{
"name": "Lwt_PhotoBrowser",
"version": "1.0.0",
"summary": "photo browser for ios, which can browse Photo library and web image",
"homepage": "https://github.com/lwt211/Lwt_PhotoBrowser",
"license": "MIT",
"authors": {
"Li Wentao": "https://github.com/lwt211/Lwt_PhotoBrowser"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lwt211/Lwt_PhotoBrowser.git",
"tag": "1.0.0"
},
"source_files": "Lwt_PhotoBrowser/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"UIKit",
"ImageIO"
],
"dependencies": {
"SDWebImage": [
"~> 3.8.2"
]
}
}