[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 4 / 0 / SwiftyHttp / 2.3 / SwiftyHttp.podspec.json
blob09c4a48c2b66c2f5659ed23445f530466ecf25af
2   "name": "SwiftyHttp",
3   "version": "2.3",
4   "summary": "Simple Http Requests",
5   "description": "SwiftyHttp - is easy to use but powerful framework for communication with RESTful web services via HTTP requests. SwiftyHttp will help you to send a request to a server in just a few lines of code. The main advantage of this framework is clarity and easy of use.",
6   "homepage": "https://github.com/Dax220/Swifty_HTTP",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Maxim Tischenko": "maks.tishchenko@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Dax220/Swifty_HTTP.git",
16     "tag": "2.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SwiftyHttp/*",
22   "dependencies": {
23     "SwiftyJSON": [
25     ]
26   },
27   "pushed_with_swift_version": "3.0"