blob: 76589e2cc418f6fd2a16a93a05ac8280caa85c4a [file] [log] [blame]
{
"name": "UzysAssetsPickerController",
"version": "0.9.5",
"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.5"
},
"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"
]
}
}