blob: e982397abd9f9c2191c1d9731092f66ac9478233 [file] [log] [blame]
{
"name": "DSImageBrowse",
"version": "1.0.1",
"summary": "简单的图片浏览控件",
"homepage": "https://github.com/helloAda/DSImageBrowse",
"license": "MIT",
"authors": {
"Hello Ada": "hmd93@icloud.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/helloAda/DSImageBrowse.git",
"tag": "1.0.1"
},
"source_files": "Demo/DSImageBrowse/ImageBrowse/**/*",
"resources": "Demo/DSImageBrowse/Resources/*.png",
"requires_arc": true,
"dependencies": {
"YYCache": [
"~> 1.0.4"
],
"YYImage": [
"~> 1.0.4"
],
"YYWebImage": [
"~> 1.0.5"
]
}
}