[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 9 / 6 / SHRestClient / 1.0.0 / SHRestClient.podspec.json
bloba06842b2f5a1c74ddbafb365b11aa4a826f1b077
2   "name": "SHRestClient",
3   "version": "1.0.0",
4   "summary": "Easy to use basic rest client.",
5   "description": "If you donot like a bunch of code for a rest api call and want to keep your code boilerplate code free, this is for you.",
6   "homepage": "https://github.com/subhajitregor/SHRestClientExample",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "subhajitregor": "subhajit.regor@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/subhajitregor/SHRestClientExample.git",
16     "tag": "1.0.0"
17   },
18   "swift_version": "4.0",
19   "platforms": {
20     "ios": "10.3"
21   },
22   "source_files": [
23     "SHRestClient/*",
24     "SHRestClient/ReachabilitySwift/*",
25     "SHRestClient/Resource/*",
26     "SHRestClient/NoConnectionVC/*"
27   ]