| { |
| "name": "YAPhotoBrowser", |
| "summary": "Photo Browser / Image progress and more", |
| "version": "0.9.0", |
| "homepage": "https://github.com/candyan/YAPhotoBrowser.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Candyan": "liuyanhp@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/candyan/YAPhotoBrowser.git", |
| "tag": "0.9.0" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source_files": "Source/*.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "SDWebImage": [ |
| "~> 3.7" |
| ], |
| "MRCircularProgressView": [ |
| "~> 0.3" |
| ] |
| } |
| } |