| { |
| "name": "SwipablePhotoBrowser", |
| "version": "1.0.4", |
| "summary": "Simple PhotoBrowser/Viewer inspired by facebook, twitter photo browsers written by swift2.0.", |
| "homepage": "https://github.com/suzuki-0000/SwipablePhotoBrowser", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "suzuki_keishi": "keishi.1983@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/suzuki-0000/SwipablePhotoBrowser.git", |
| "tag": "1.0.4" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "SwipablePhotoBrowser/**/*.{h,swift}", |
| "resources": "SwipablePhotoBrowser/Images.xcassets/*", |
| "requires_arc": true, |
| "frameworks": "UIKit" |
| } |