blob: b33389279d890ddb9f7f1d05b69c2378cfdb76c4 [file] [log] [blame]
{
"name": "SynqSwift",
"version": "0.2.1",
"summary": "SynqSwift is a Swift SDK that lets you easily add SYNQ video functionality to your mobile app",
"description": "This SDK contains what you need to make your app interact with the SYNQ video API. The SDK contains functionality for accessing the videos on the device, and for uploading videos into the SYNQ infrastructure.\nPlease note: this pod is an add-on to the SYNQ video API and is of no use unless you already have created a service for accessing the API, either directly or by using one of our SDKs. (http://docs.synq.fm)",
"homepage": "https://github.com/SYNQfm/SYNQ-Swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kjartan Vestvik": "kjartan@synq.fm"
},
"source": {
"git": "https://github.com/SYNQfm/SYNQ-Swift.git",
"tag": "0.2.1"
},
"social_media_url": "http://twitter.com/synqfm",
"platforms": {
"ios": "8.0"
},
"source_files": "SynqSwift/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.4"
],
"SynqHttpLib": [
"~> 0.3"
]
},
"pushed_with_swift_version": "3.0"
}