blob: b7c0a5be81d1fd13148da1ae6001214d97e52b8b [file] [log] [blame]
{
"name": "PXCamera",
"version": "0.1.4",
"summary": "A camera and photo library library with class methods for ease.",
"description": "A couple of classes for presenting a camera that can pick from your photo library and a class for quickly prompting the user to pick from the photo library.",
"homepage": "https://github.com/pixio/PXCamera",
"license": "MIT",
"authors": {
"Daniel Blakemore": "DanBlakemore@gmail.com"
},
"source": {
"git": "https://github.com/pixio/PXCamera.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PXCamera": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"AssetsLibrary",
"AVFoundation"
],
"dependencies": {
"SVProgressHUD": [
"~> 1.0"
],
"PXPinnedRotation": [
]
}
}