blob: ef47a32ff98b1d5d5cb838c8a971b8ab77679912 [file] [log] [blame]
{
"name": "UzysAssetsPickerController+CacheSelect",
"version": "0.9.9",
"summary": "Alternative UIImagePickerController , You can take a picture with camera and pick multiple photos and videos.",
"authors": {
"UzysJung": "uzysjung@gmail.com"
},
"homepage": "https://github.com/lexiaoyao20/UzysAssetsPickerController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/lexiaoyao20/UzysAssetsPickerController.git",
"tag": "0.9.9"
},
"requires_arc": true,
"source_files": "UzysAssetsPickerController/Library",
"resources": [
"UzysAssetsPickerController/Library/*.{xib}",
"UzysAssetsPickerController/Library/UzysAssetPickerController.bundle"
],
"public_header_files": "UzysAssetsPickerController/Library/*.{h}",
"ios": {
"frameworks": [
"QuartzCore",
"MobileCoreServices",
"AVFoundation",
"AssetsLibrary",
"CoreGraphics"
]
}
}