[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 2 / 5 / Stanwood / 1.0.0 / Stanwood.podspec.json
blobe1469ba038a5467fe9913cf20b2786d297fad023
2   "name": "Stanwood",
3   "version": "1.0.0",
4   "summary": "An umbrella pod for all the pods developed at Stanwood GmbH.",
5   "description": "This pod is an umbrella for all the other pods in the company:\nStanwoodCore, StanwoodAnalytics, StanwoodChat, StanwoodDialog, StanwoodGroupChain.\nSTWSocialKit and StanwoodUITesting are not updated to Swift 4.0 just yet and are not included.",
6   "homepage": "https://github.com/stanwood/Stanwood_Root_iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "stanwood": "ios.frameworks@stanwood.io"
13   },
14   "source": {
15     "git": "https://github.com/stanwood/Stanwood_Root_iOS.git",
16     "tag": "1.0.0"
17   },
18   "default_subspecs": [
19     "Core",
20     "Analytics"
21   ],
22   "platforms": {
23     "ios": "10.0"
24   },
25   "subspecs": [
26     {
27       "name": "Core",
28       "dependencies": {
29         "StanwoodCore": [
31         ]
32       }
33     },
34     {
35       "name": "Analytics",
36       "dependencies": {
37         "StanwoodAnalytics": [
39         ]
40       }
41     },
42     {
43       "name": "Dialog",
44       "dependencies": {
45         "StanwoodDialog": [
47         ]
48       }
49     },
50     {
51       "name": "GroupChain",
52       "dependencies": {
53         "StanwoodGroupChain": [
55         ]
56       }
57     },
58     {
59       "name": "UITesting",
60       "dependencies": {
61         "StanwoodUITesting": [
63         ]
64       },
65       "frameworks": "XCTest"
66     }
67   ]