[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / e / 1 / PGMCameraKit / 0.1.1 / PGMCameraKit.podspec.json
blob842383989487abec7d474d7cd006d4c5dfd755e3
2   "name": "PGMCameraKit",
3   "version": "0.1.1",
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.1"
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   }