blob: 4c8f12e906970fc0d642ea5a34ad8d072bca1e91 [file] [log] [blame]
{
"name": "PXCamera",
"version": "0.2.8",
"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.\nAdditionally, a class for easily controlling and managing a custom camera interface.",
"homepage": "https://github.com/pixio/PXCamera",
"license": "MIT",
"authors": {
"Daniel Blakemore": "DanBlakemore@gmail.com"
},
"source": {
"git": "https://github.com/pixio/PXCamera.git",
"tag": "0.2.8"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PXCamera": [
"Pod/Assets/*.png"
]
},
"public_header_files": [
"Pod/Classes/PXCamera.h",
"Pod/Classes/PXCameraCaptureManager.h",
"Pod/Classes/PXCameraViewController.h"
],
"frameworks": [
"UIKit",
"AssetsLibrary",
"AVFoundation"
],
"dependencies": {
"SVProgressHUD": [
],
"PXPinnedRotation": [
]
}
}