blob: f39819943df6b11a505f6e728747ff5e7ea1eccf [file] [log] [blame]
{
"name": "TZImagePickerController",
"version": "2.2.1",
"summary": "A clone of UIImagePickerController, support picking multiple photos、original photo and video",
"homepage": "https://github.com/banchichen/TZImagePickerController",
"license": "MIT",
"authors": {
"banchichen": "tanzhenios@foxmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/banchichen/TZImagePickerController.git",
"tag": "2.2.1"
},
"requires_arc": true,
"resources": "TZImagePickerController/TZImagePickerController/*.{png,bundle}",
"source_files": "TZImagePickerController/TZImagePickerController/*.{h,m}",
"frameworks": [
"Photos",
"AssetsLibrary"
]
}