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