[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / b / d / simpleHttp / 0.1.4 / simpleHttp.podspec.json
blobeb23e5e12f6e4c04e5df9bdf3eee078ad61b8c19
2   "name": "simpleHttp",
3   "version": "0.1.4",
4   "summary": "A simple HTTP client library written in Swift",
5   "description": "A basic HTTP client which uses BASIC AUTH for get , put ,post and delete request",
6   "homepage": "https://github.com/senthilx6/simpleHttp",
7   "license": "MIT",
8   "authors": {
9     "senthil vel": "senthilx6@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/senthilx6/simpleHttp.git",
16     "tag": "0.1.4"
17   },
18   "source_files": "Sources/simpleHttp/*.swift",
19   "swift_version": "4.2"