[Add] LogRocket 1.47.1
[CocoaPods.git] / Specs / 6 / c / 3 / NetworkingApi / 1.3.1 / NetworkingApi.podspec.json
blob4af7ca8967c7a0549ccef90fef659b173db32bb1
2   "name": "NetworkingApi",
3   "summary": "Networking API is an HTTP library that makes networking for iOS apps easier.",
4   "version": "1.3.1",
5   "platforms": {
6     "ios": "9.0"
7   },
8   "swift_version": "4.2",
9   "cocoapods_version": ">= 1.4.0",
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.3.1"
21   },
22   "subspecs": [
23     {
24       "name": "Converters",
25       "dependencies": {
26         "NetworkingApiConverters": [
27           "1.3.1"
28         ]
29       }
30     },
31     {
32       "name": "Helpers",
33       "dependencies": {
34         "NetworkingApiHelpers": [
35           "1.3.1"
36         ]
37       }
38     },
39     {
40       "name": "Http",
41       "dependencies": {
42         "NetworkingApiHttp": [
43           "1.3.1"
44         ]
45       }
46     },
47     {
48       "name": "ObjC",
49       "dependencies": {
50         "NetworkingApiObjC": [
51           "1.3.1"
52         ]
53       }
54     },
55     {
56       "name": "Rest",
57       "dependencies": {
58         "NetworkingApiRest": [
59           "1.3.1"
60         ]
61       }
62     }
63   ]