blob: c19c147ec5f1b1246dbc75a0a7a76dd3c855dfd1 [file] [log] [blame]
{
"name": "TZImagePreviewController",
"version": "0.1.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.1.1"
},
"requires_arc": true,
"source_files": "TZImagePreviewController/TZImagePreviewController/*.{h,m}",
"frameworks": "Photos",
"dependencies": {
"TZImagePickerController": [
">=3.0.1"
]
}
}