[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / e / 4 / 0 / SwiftyHttp / 1.7 / SwiftyHttp.podspec.json
blob5424182bc31a534a211532b97bf48a80a42ba28c
2   "name": "SwiftyHttp",
3   "version": "1.7",
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": "1.7"
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"