[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 5 / 8 / 6 / GNCam / 0.2.1 / GNCam.podspec.json
blobab8558fd1f12e54fc8881a6667b6def39e034362
2   "name": "GNCam",
3   "version": "0.2.1",
4   "summary": "A Swift 3 library that uses AVFoundation to interact with the camera on iOS.",
5   "description": "GNCam is a Swift 3 library that uses AVFoundation to interact with the camera on iOS.",
6   "documentation_url": "https://github.com/gonzalonunez/GNCam/blob/master/Docs/index.html",
7   "homepage": "https://github.com/gonzalonunez/GNCam",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "gonzalonunez": "hello@gonzalonunez.me"
14   },
15   "source": {
16     "git": "https://github.com/gonzalonunez/GNCam.git",
17     "tag": "0.2.1"
18   },
19   "social_media_url": "https://twitter.com/gonzalo__nunez",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source_files": "GNCam/Source/**/*",
24   "resources": "GNCam/Assets/**/*",
25   "frameworks": [
26     "UIKit",
27     "AVFoundation",
28     "CoreMedia"
29   ],
30   "pushed_with_swift_version": "3.0"