[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / 2 / b / d / simpleHttp / 0.1.1 / simpleHttp.podspec.json
blobec2c8209b6ce9550238230d9f227683154f4abcb
2   "name": "simpleHttp",
3   "version": "0.1.1",
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.1"
17   },
18   "source_files": "Sources/simpleHttp/*.swift",
19   "swift_version": "4.2"