| { |
| "name": "LWPhotoBrowser", |
| "version": "0.0.1", |
| "summary": "图片浏览器", |
| "description": "一款类似微信图片浏览的库", |
| "homepage": "https://github.com/LittleCuteCat/LWPhotoBrowser", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "LittleCuteCat": "weil218@163.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/LittleCuteCat/LWPhotoBrowser.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "dependencies": { |
| "SDWebImage": [ |
| |
| ] |
| } |
| } |