[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / c / 3 / NetworkingApi / 1.6.0 / NetworkingApi.podspec.json
blob4f87f1afcb33af42aaef19d5a8cce20810bbc550
2   "name": "NetworkingApi",
3   "summary": "Networking API is an HTTP library that makes networking for iOS apps easier.",
4   "version": "1.6.0",
5   "platforms": {
6     "ios": "12.0"
7   },
8   "swift_versions": "5.3",
9   "cocoapods_version": ">= 1.10.1",
10   "static_framework": true,
11   "homepage": "https://github.com/roxiemobile/networking-api.ios",
12   "authors": {
13     "Roxie Mobile Ltd.": "sales@roxiemobile.com",
14     "Alexander Bragin": "bragin-av@roxiemobile.com",
15     "Denis Kolyasev": "kolyasevda@ekassir.com"
16   },
17   "license": "BSD-4-Clause",
18   "source": {
19     "git": "https://github.com/roxiemobile/networking-api.ios.git",
20     "tag": "1.6.0"
21   },
22   "subspecs": [
23     {
24       "name": "Converters",
25       "dependencies": {
26         "NetworkingApiConverters": [
27           "1.6.0"
28         ]
29       }
30     },
31     {
32       "name": "Helpers",
33       "dependencies": {
34         "NetworkingApiHelpers": [
35           "1.6.0"
36         ]
37       }
38     },
39     {
40       "name": "Http",
41       "dependencies": {
42         "NetworkingApiHttp": [
43           "1.6.0"
44         ]
45       }
46     },
47     {
48       "name": "ObjC",
49       "dependencies": {
50         "NetworkingApiObjC": [
51           "1.6.0"
52         ]
53       }
54     },
55     {
56       "name": "Rest",
57       "dependencies": {
58         "NetworkingApiRest": [
59           "1.6.0"
60         ]
61       }
62     }
63   ],
64   "swift_version": "5.3"