[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 6 / e / 1 / PGMCameraKit / 0.1.3 / PGMCameraKit.podspec.json
blob61cbdc146a5af45fd464b987b2c9265ca03eafdc
2   "name": "PGMCameraKit",
3   "version": "0.1.3",
4   "summary": "Camera library to record video (inc pause and resume features), compress video and fully customize the camera.",
5   "description": "Swift library to provide all the configurations you need to create a camera view: start / pause / resume / stop recording, video compression, max video duration threshold, it follows camera orientation change, front and back camera, flash modes, video / still image modes, output quality, etc...",
6   "homepage": "https://github.com/pablogm/CameraKit",
7   "license": "MIT",
8   "authors": {
9     "Pablo GM": "invanzert@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/pablogm/CameraKit.git",
13     "tag": "0.1.3"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "CameraKit": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "PGMTimer": [
28     ]
29   }