blob: cc3c950e05f082eff2cac77c45a7a111540edd7a [file] [log] [blame]
{
"name": "ZYQAssetPickerController",
"version": "1.0.0",
"summary": "A clone of the UIImagePickerController using the Assets Library Framework allowing for multiple asset selection",
"homepage": "https://github.com/heroims/ZYQAssetPickerController",
"license": {
"type": "MIT",
"file": "README.md"
},
"authors": {
"heroims": "heroims@163.com"
},
"source": {
"git": "https://github.com/heroims/ZYQAssetPickerController.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "ZYQAssetPickerController/*.{h,m}",
"resources": "ZYQAssetPickerController/*.Bundle",
"frameworks": [
"AssetsLibrary"
],
"requires_arc": true
}