blob: d247857ba915fbe177db4b28d6644bb16b7589bc [file] [log] [blame]
{
"name": "GNCam",
"version": "0.2.2",
"summary": "A Swift 3 library that uses AVFoundation to interact with the camera on iOS.",
"description": "GNCam is a Swift 3 library that uses AVFoundation to interact with the camera on iOS.",
"documentation_url": "https://gonzalonunez.github.io/GNCam",
"homepage": "https://github.com/gonzalonunez/GNCam",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gonzalonunez": "hello@gonzalonunez.me"
},
"source": {
"git": "https://github.com/gonzalonunez/GNCam.git",
"tag": "0.2.2"
},
"social_media_url": "https://twitter.com/gonzalo__nunez",
"platforms": {
"ios": "9.0"
},
"source_files": "GNCam/Source/**/*",
"resources": "GNCam/Assets/**/*",
"frameworks": [
"UIKit",
"AVFoundation",
"CoreMedia"
],
"pushed_with_swift_version": "3.0"
}