| { |
| "name": "ImagePreviewController", |
| "version": "1.0", |
| "summary": "Image preview with text view, cancel and send buttons", |
| "homepage": "https://github.com/shacharudi/ImagePreviewController", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "YOURNAME": "Shachar Udi" |
| }, |
| "source": { |
| "git": "https://github.com/shacharudi/ImagePreviewController.git", |
| "tag": "1.0" |
| }, |
| "frameworks": "UIKit", |
| "source_files": "ImagePreviewController/**/*", |
| "requires_arc": true, |
| "pushed_with_swift_version": "3.0" |
| } |