blob: 0bb68566ec7a9eaa22be58c76e1f9081227972ea [file] [log] [blame]
{
"name": "TZImagePickerController",
"version": "2.0.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.0.1"
},
"requires_arc": true,
"resources": "TZImagePickerController/TZImagePickerController/*.{png,bundle}",
"source_files": "TZImagePickerController/TZImagePickerController/*.{h,m}",
"frameworks": [
"Photos",
"AssetsLibrary"
]
}