blob: 292406566800ed34c653d0a72e35ff7dcda61c08 [file] [log] [blame]
{
"name": "SynqLib",
"version": "0.1.3",
"summary": "SynqLib is a simple Objective-C library that enables upload of videos 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://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.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SynqLib/Classes/**/*",
"public_header_files": "SynqLib/Classes/*.h",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}