[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / d / 5 / 6 / PolyvBusinessSDK / 1.5.2 / PolyvBusinessSDK.podspec.json
blob1f9df56f574f226a8e0c382c22150a10ab58cd9c
2   "name": "PolyvBusinessSDK",
3   "version": "1.5.2",
4   "summary": "保利威 iOS 业务类库 SDK.",
5   "homepage": "http://git.polyv.net/polyv-sdk/ios/PolyvBusinessSDK",
6   "license": "MIT",
7   "authors": {
8     "LLH": "luolinhao@polyv.net"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "http://git.polyv.net/ios/PolyvBusinessSDK.git",
15     "tag": "1.5.2"
16   },
17   "default_subspecs": [
18     "Core",
19     "BaseSDK",
20     "Socket"
21   ],
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Core",
26       "vendored_frameworks": "Frameworks/PolyvBusinessSDK.framework"
27     },
28     {
29       "name": "BaseSDK",
30       "dependencies": {
31         "PolyvFoundationSDK": [
32           "~> 1.5.2"
33         ]
34       }
35     },
36     {
37       "name": "Socket",
38       "dependencies": {
39         "PLVSocketIOClientSwift": [
40           "~> 0.1.0"
41         ]
42       }
43     }
44   ]