blob: d32555d0ae4662f434b580d27418799653db2dcf [file] [log] [blame]
{
"name": "GNCam",
"version": "0.1.0",
"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.",
"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.1.0"
},
"social_media_url": "https://twitter.com/gonzalo__nunez",
"platforms": {
"ios": "9.0"
},
"source_files": "GNCam/Source/**/*",
"resources": "GNCam/Assets/**/*",
"frameworks": [
"UIKit",
"AVFoundation",
"CoreMedia"
]
}