blob: 1924b76aa4cc46ca7287ec15e1b46dd691a80c3c [file] [log] [blame]
{
"name": "UzysAssetsPickerController",
"version": "0.9.4",
"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.4"
},
"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"
]
}
}