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