| { |
| "name": "HBPhotoBrowser", |
| "version": "0.0.2", |
| "summary": "IOS photo album selection framework", |
| "description": "这是一个在iOS上面简单的选择视频和照片的库,使用方便的狠哟!么么哒~", |
| "homepage": "https://github.com/WillieWu/HBPhotoBrowser", |
| "license": "MIT", |
| "authors": { |
| "hongbin.wu": "hongbin.wu@56qq.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "swift_version": "3.2", |
| "source": { |
| "git": "https://github.com/WillieWu/HBPhotoBrowser.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": "HBPhotoBrowser/HBPhotoBrowser-Main/*.swift", |
| "resource_bundles": { |
| "HBPhotoBrowser": [ |
| "HBPhotoBrowser/HBPhotoBrowser-Main/Assets/*" |
| ] |
| }, |
| "frameworks": "Photos", |
| "requires_arc": true |
| } |