[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / c / 2 / PXCamera / 0.2.5 / PXCamera.podspec.json
blob33a612e258e509c55d879c54f462e6e8bef6b56d
2   "name": "PXCamera",
3   "version": "0.2.5",
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.5"
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     "Pod/Classes/PXCameraViewController.h"
29   ],
30   "frameworks": [
31     "UIKit",
32     "AssetsLibrary",
33     "AVFoundation"
34   ],
35   "dependencies": {
36     "SVProgressHUD": [
38     ],
39     "PXPinnedRotation": [
41     ]
42   }