| { |
| "name": "YXBPhotoBrowser", |
| "version": "0.0.2", |
| "summary": "A simple photobrowser.", |
| "description": "仿微信大图浏览,参考了很多HZPhotoBrowser的实现,但是更易于使用。", |
| "homepage": "https://github.com/bing900717/YXBPhotoBrowser", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "yaoxb": "1375216660@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/bing900717/YXBPhotoBrowser.git", |
| "tag": "0.0.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "YXBPhotoBrowser/Classes/**/*", |
| "dependencies": { |
| "YYKit": [ |
| "~> 1.0.9" |
| ] |
| }, |
| "requires_arc": true |
| } |