blob: 54a820016e4868a071050b4724467bf028baac89 [file] [log] [blame]
{
"name": "CQAssetsDisplay",
"version": "0.1.1",
"summary": "图片浏览器",
"description": "TODO: 像tableView一样,使用非常简单的图片浏览器",
"homepage": "https://github.com/chenchangqing/CQAssetsDisplay",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chenchangqing198@126.com": "chenchangqing198@126.com"
},
"source": {
"git": "https://github.com/chenchangqing/CQAssetsDisplay.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CQAssetsDisplay/Classes/**/*",
"resource_bundles": {
"CQAssetsDisplay": [
"CQAssetsDisplay/Assets/*.png"
]
},
"dependencies": {
"YYWebImage": [
"~>1.0.5"
],
"MCDownloadManager": [
"~>1.0.3"
]
}
}