| { |
| "name": "MLPhotoBrowser", |
| "version": "0.2.0", |
| "summary": "A simple iOS Photo browser Library, Support optional animation.", |
| "homepage": "https://github.com/MakeZL/MLPhotoBrowser", |
| "license": "MIT", |
| "authors": { |
| "zhangleo": "zhangleowork@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/MakeZL/MLPhotoBrowser.git", |
| "tag": "0.2.0" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "requires_arc": true, |
| "frameworks": "AssetsLibrary", |
| "source_files": "MLPhotoBrowser/Classes/**/*", |
| "resources": "MLPhotoBrowser/MLPhotoBrowser.bundle", |
| "dependencies": { |
| "SDWebImage": [ |
| "~> 3.7" |
| ], |
| "DACircularProgress": [ |
| |
| ] |
| } |
| } |