blob: d2428b821ebe07e62c6cda7ed4f2e5ea899cb10b [file] [log] [blame]
{
"name": "TZImagePreviewController",
"version": "0.2.1",
"summary": "Enhance the TZImagePickerController library, supports to preview photos with UIImage or NSURL.",
"homepage": "https://github.com/banchichen/TZImagePreviewController",
"license": "MIT",
"authors": {
"banchichen": "tanzhenios@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/banchichen/TZImagePreviewController.git",
"tag": "0.2.1"
},
"requires_arc": true,
"source_files": "TZImagePreviewController/TZImagePreviewController/*.{h,m}",
"frameworks": "Photos",
"dependencies": {
"TZImagePickerController": [
">=3.1.1"
]
}
}