[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / d / c / 2 / PXCamera / 0.2.2 / PXCamera.podspec.json
blobe9684c068925ead53926c8ca7c30cd99c2355f91
2   "name": "PXCamera",
3   "version": "0.2.2",
4   "summary": "A camera and photo library library with class methods for ease.",
5   "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.",
6   "homepage": "https://github.com/pixio/PXCamera",
7   "license": "MIT",
8   "authors": {
9     "Daniel Blakemore": "DanBlakemore@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/pixio/PXCamera.git",
13     "tag": "0.2.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "PXCamera": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": [
26     "Pod/Classes/PXCamera.h",
27     "Pod/Classes/PXCameraCaptureManager.h"
28   ],
29   "frameworks": [
30     "UIKit",
31     "AssetsLibrary",
32     "AVFoundation"
33   ],
34   "dependencies": {
35     "SVProgressHUD": [
37     ],
38     "PXPinnedRotation": [
40     ]
41   }