[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 0 / 3 / PLVSocket / 0.3.0 / PLVSocket.podspec.json
blobbdb624bcad3367bd030c4e6eef49a6d5ae74e0b8
2   "name": "PLVSocket",
3   "version": "0.3.0",
4   "summary": "PLV iOS Socket.",
5   "description": "PLV iOS Socket.\nFor socket.io 2.0+ and Swift.",
6   "homepage": "https://www.polyv.net/",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Dhan": "duhan@polyv.net"
12   },
13   "source": {
14     "http": "https://repo.polyv.net/ios/download/plvsocket/PLVSocket_0.3.0_20240327.zip"
15   },
16   "default_subspecs": "ForPLVSwift5.4",
17   "xcconfig": {
18     "OTHER_LDFLAGS": "$(inherited) -ObjC -lz"
19   },
20   "platforms": {
21     "ios": "8.0"
22   },
23   "requires_arc": true,
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "user_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "subspecs": [
31     {
32       "name": "ForPLVSwift5.4",
33       "vendored_frameworks": "PLVSocket/ForPLVSwift5.4/*.framework"
34     },
35     {
36       "name": "ForSwift5.1",
37       "vendored_frameworks": "PLVSocket/ForSwift5.1/*.framework"
38     },
39     {
40       "name": "ForSwift5.0",
41       "vendored_frameworks": "PLVSocket/ForSwift5.0/*.framework"
42     },
43     {
44       "name": "ForSwift4.2.1",
45       "vendored_frameworks": "PLVSocket/ForSwift4.2.1/*.framework"
46     },
47     {
48       "name": "ForSwift4.1.2",
49       "vendored_frameworks": "PLVSocket/ForSwift4.1.2/*.framework"
50     },
51     {
52       "name": "ForSwift4.0.3",
53       "vendored_frameworks": "PLVSocket/ForSwift4.0.3/*.framework"
54     }
55   ]