[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / b / d / simpleHttp / 0.0.3 / simpleHttp.podspec.json
blob1712a1618feb0f2afe00853ee0206354139fde63
2   "name": "simpleHttp",
3   "version": "0.0.3",
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.0.3"
17   },
18   "source_files": "Sources/simpleHttp/*.swift",
19   "swift_version": "4.2"