[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 0 / 3 / PLVSocket / 0.1.3 / PLVSocket.podspec.json
blob4d233625822dc4d9e2d0ab0e058945541c9130b0
2   "name": "PLVSocket",
3   "version": "0.1.3",
4   "summary": "PLV iOS Socket.",
5   "homepage": "https://www.polyv.net/",
6   "license": "MIT",
7   "authors": {
8     "LLH": "luolinhao@polyv.net"
9   },
10   "source": {
11     "http": "https://repo.polyv.net/ios/download/plvsocket/PLVSocket_0.1.3+20191226.zip"
12   },
13   "default_subspecs": "ForSwift5.1",
14   "xcconfig": {
15     "OTHER_LDFLAGS": "$(inherited) -ObjC -lz"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "ForSwift5.1",
24       "vendored_frameworks": "PLVSocket/ForSwift5.1/*.framework"
25     },
26     {
27       "name": "ForSwift5.0",
28       "vendored_frameworks": "PLVSocket/ForSwift5.0/*.framework"
29     },
30     {
31       "name": "ForSwift4.2.1",
32       "vendored_frameworks": "PLVSocket/ForSwift4.2.1/*.framework"
33     },
34     {
35       "name": "ForSwift4.1.2",
36       "vendored_frameworks": "PLVSocket/ForSwift4.1.2/*.framework"
37     },
38     {
39       "name": "ForSwift4.0.3",
40       "vendored_frameworks": "PLVSocket/ForSwift4.0.3/*.framework"
41     }
42   ]