[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / c / 2 / PXCamera / 0.1.4 / PXCamera.podspec.json
blobb7c0a5be81d1fd13148da1ae6001214d97e52b8b
2   "name": "PXCamera",
3   "version": "0.1.4",
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.",
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.1.4"
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": "Pod/Classes/**/*.h",
26   "frameworks": [
27     "UIKit",
28     "AssetsLibrary",
29     "AVFoundation"
30   ],
31   "dependencies": {
32     "SVProgressHUD": [
33       "~> 1.0"
34     ],
35     "PXPinnedRotation": [
37     ]
38   }