[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / 8 / 6 / GNCam / 0.2.2 / GNCam.podspec.json
blobd247857ba915fbe177db4b28d6644bb16b7589bc
2   "name": "GNCam",
3   "version": "0.2.2",
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://gonzalonunez.github.io/GNCam",
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.2"
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"