blob: 156c1a755c5e442a46d9ffbe6c6d2f0d52a2596c [file] [log] [blame]
{
"name": "UzysAssetsPickerController",
"version": "0.9.1",
"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/uzysjung/UzysAssetsPickerController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/uzysjung/UzysAssetsPickerController.git",
"tag": "0.9.1"
},
"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"
]
}
}