blob: f79389c7b8b4a662a53bf62de83ba9fee6aa96db [file] [log] [blame]
{
"name": "SynqHttpLib",
"version": "0.2.2",
"summary": "SynqHttpLib is a library for communicating with a server, acting as an example of how to setup the Synq client libraries",
"description": "SynqHttp is a networking library to be used when making http calls to a web server. This library is an example of the network methods needed to serve the Synq client libraries, and you can use it to get started with testing the Synq client libraries.\n\nTo be able to test the library you need to clone the Node server example in this repository: https://github.com/SYNQfm/synq-node-server. By following the instructions you will be able to setup your own local Node server that will also communicate with the Synq API. Please note: this code is intended as an example of how to build the communication between your app and your server. Do not use this code in production.",
"homepage": "https://github.com/SYNQfm/synqhttplib-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/synqhttplib-ios.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SynqHttpLib/Classes/**/*",
"public_header_files": "SynqHttpLib/Classes/*.h",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}