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