| { |
| "name": "PPJTSImageViewController", |
| "version": "1.5.2", |
| "summary": "An interactive iOS image viewer that does it all: double tap to zoom, flick to dismiss, et cetera.", |
| "homepage": "https://github.com/PPMESSAGE/JTSImageViewController", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Jin He": "hejinpy@outlook.com" |
| }, |
| "source": { |
| "git": "https://github.com/PPMESSAGE/JTSImageViewController.git", |
| "tag": "1.5.2" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "frameworks": [ |
| "UIKit", |
| "ImageIO", |
| "Accelerate" |
| ], |
| "compiler_flags": "-fmodules", |
| "source_files": [ |
| "Source/*.{h,m}" |
| ] |
| } |