blob: 08233315a7a6fa9530975fb9c97a4ac024ef001d [file] [log] [blame]
{
"name": "SynqUploader",
"version": "0.3.2",
"summary": "SynqUploader is a simple Objective-C library that enables upload of videos from an iOS device to the SYNQ platform",
"description": "This library was created to make it easy to integrate SYNQ video uploading into your app.\nPlease note: this pod is just an add-on to the SYNQ 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/synquploader-ios.git",
"social_media_url": "http://twitter.com/synqfm",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kjartan Vestvik": "kjartan@synq.fm"
},
"source": {
"git": "https://github.com/SYNQfm/synquploader-ios.git",
"tag": "0.3.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SynqUploader/Classes/**/*",
"public_header_files": "SynqUploader/Classes/*.h",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}