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