[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / 8 / 6 / GNCam / 0.1.4 / GNCam.podspec.json
blob32c04bc2560d9c9c5c09ffa011db463b93936a36
2   "name": "GNCam",
3   "version": "0.1.4",
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   "homepage": "https://github.com/gonzalonunez/GNCam",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gonzalonunez": "hello@gonzalonunez.me"
13   },
14   "source": {
15     "git": "https://github.com/gonzalonunez/GNCam.git",
16     "tag": "0.1.4"
17   },
18   "social_media_url": "https://twitter.com/gonzalo__nunez",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "GNCam/Source/**/*",
23   "resources": "GNCam/Assets/**/*",
24   "frameworks": [
25     "UIKit",
26     "AVFoundation",
27     "CoreMedia"
28   ]