[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 0 / 3 / PLVSocket / 0.2.0 / PLVSocket.podspec.json
blob4b8da258c7e02c83b6a5f2a2fd2a6d4b7814a674
2   "name": "PLVSocket",
3   "version": "0.2.0",
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.2.0_20210624.zip"
12   },
13   "default_subspecs": "ForPLVSwift5.4",
14   "xcconfig": {
15     "OTHER_LDFLAGS": "$(inherited) -ObjC -lz"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "subspecs": [
28     {
29       "name": "ForPLVSwift5.4",
30       "vendored_frameworks": "PLVSocket/ForPLVSwift5.4/*.framework"
31     },
32     {
33       "name": "ForSwift5.1",
34       "vendored_frameworks": "PLVSocket/ForSwift5.1/*.framework"
35     },
36     {
37       "name": "ForSwift5.0",
38       "vendored_frameworks": "PLVSocket/ForSwift5.0/*.framework"
39     },
40     {
41       "name": "ForSwift4.2.1",
42       "vendored_frameworks": "PLVSocket/ForSwift4.2.1/*.framework"
43     },
44     {
45       "name": "ForSwift4.1.2",
46       "vendored_frameworks": "PLVSocket/ForSwift4.1.2/*.framework"
47     },
48     {
49       "name": "ForSwift4.0.3",
50       "vendored_frameworks": "PLVSocket/ForSwift4.0.3/*.framework"
51     }
52   ]