[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 7 / 0 / SynqHttpLib / 0.2.2 / SynqHttpLib.podspec.json
blobf79389c7b8b4a662a53bf62de83ba9fee6aa96db
2   "name": "SynqHttpLib",
3   "version": "0.2.2",
4   "summary": "SynqHttpLib is a library for communicating with a server, acting as an example of how to setup the Synq client libraries",
5   "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.",
6   "homepage": "https://github.com/SYNQfm/synqhttplib-ios.git",
7   "social_media_url": "http://twitter.com/synqfm",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Kjartan Vestvik": "kjartan@synq.fm"
14   },
15   "source": {
16     "git": "https://github.com/SYNQfm/synqhttplib-ios.git",
17     "tag": "0.2.2"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "SynqHttpLib/Classes/**/*",
23   "public_header_files": "SynqHttpLib/Classes/*.h",
24   "dependencies": {
25     "AFNetworking": [
26       "~> 3.0"
27     ]
28   }