| { |
| "name": "ESPictureBrowser", |
| "version": "0.3.1", |
| "summary": "A very simple to use picture browser..", |
| "homepage": "https://github.com/EnjoySR/ESPictureBrowser", |
| "license": { |
| "type": "MIT" |
| }, |
| "authors": { |
| "EnjoySR": "yinqiaoyin@gmail.com" |
| }, |
| "social_media_url": "http://weibo.com/EnjoySR", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/EnjoySR/ESPictureBrowser.git", |
| "tag": "0.3.1" |
| }, |
| "source_files": "ESPictureBrowserDemo/ESPictureBrowserDemo/ESPictureBrowser/*.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "YYWebImage": [ |
| "~> 1.0.5" |
| ] |
| } |
| } |