| { |
| "name": "CKPhotoBrowser", |
| "version": "1.0.0", |
| "summary": "a swift photo browser", |
| "description": "一个swift的图片浏览器", |
| "homepage": "https://github.com/kingcong/CKPhotoBrowser", |
| "license": "MIT", |
| "authors": { |
| "wangcong": "2441413514@qq.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/kingcong/CKPhotoBrowser.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "CKPhotoBrowser/*.swift", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "SDWebImage": [ |
| |
| ] |
| } |
| } |