[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / c / 3 / NetworkingApi / 1.1.0 / NetworkingApi.podspec.json
blob5ec49f54f66eb279ed6759be56efad0f95705d7b
2   "name": "NetworkingApi",
3   "summary": "Networking API is an HTTP library that makes networking for iOS apps easier.",
4   "version": "1.1.0",
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.0"
20   },
21   "default_subspecs": [
22     "Converters",
23     "Helpers",
24     "Http",
25     "ObjC",
26     "Rest"
27   ],
28   "subspecs": [
29     {
30       "name": "Converters",
31       "dependencies": {
32         "NetworkingApiConverters": [
33           "1.1.0"
34         ]
35       }
36     },
37     {
38       "name": "Helpers",
39       "dependencies": {
40         "NetworkingApiHelpers": [
41           "1.1.0"
42         ]
43       }
44     },
45     {
46       "name": "Http",
47       "dependencies": {
48         "NetworkingApiHttp": [
49           "1.1.0"
50         ]
51       }
52     },
53     {
54       "name": "ObjC",
55       "dependencies": {
56         "NetworkingApiObjC": [
57           "1.1.0"
58         ]
59       }
60     },
61     {
62       "name": "Rest",
63       "dependencies": {
64         "NetworkingApiRest": [
65           "1.1.0"
66         ]
67       }
68     }
69   ]