[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / d / 5 / 6 / PolyvBusinessSDK / 1.3.0 / PolyvBusinessSDK.podspec.json
blobbe68efa4de4ee898931aea9f378a111837670b01
2   "name": "PolyvBusinessSDK",
3   "version": "1.3.0",
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.3.0"
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.2.3"
33         ]
34       }
35     },
36     {
37       "name": "Socket",
38       "dependencies": {
39         "Socket.IO-Client-Swift": [
40           "~>14.0.0"
41         ]
42       }
43     }
44   ]