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