blob: dd4f5c01145ce98c497e1ad9ccc6961c320f2f7d [file] [log] [blame]
{
"name": "AKUAssetManager",
"version": "0.1.2",
"summary": "Easy to check authorizationStatus of Camera/Photo.",
"description": " Easy to check authorizationStatus of Camera/Photo.\n\n if not allow to access camera or photo, this library show warning alert.\n",
"homepage": "https://github.com/akuraru/AKUAssetManager",
"license": "MIT",
"authors": {
"akuraru": "akuraru@gmail.com"
},
"source": {
"git": "https://github.com/akuraru/AKUAssetManager.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"AKUAssetManager": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"AssetsLibrary",
"AVFoundation"
],
"dependencies": {
"Lambda-Alert": [
]
},
"deprecated": true
}