blob: 3ea965a1c2bc75e22894ba98e18730e5e3ec25b2 [file] [log] [blame]
{
"name": "SynqLib",
"version": "0.1.2",
"summary": "SynqLib is a simple library that makes your app able to upload videos to SYNQ",
"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://www.synq.fm",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kjartan": "kjartan@synq.fm"
},
"source": {
"git": "https://kjartmann@bitbucket.org/synqfm/synqlib-ios.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SynqLib/Classes/**/*",
"public_header_files": "SynqLib/Classes/*.h",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}