[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 8 / c / LookinServer / 1.2.8 / LookinServer.podspec.json
blobff92eeca6af859dfdd55fb51f7201e5aa4189162
2   "name": "LookinServer",
3   "version": "1.2.8",
4   "summary": "The iOS framework of Lookin.",
5   "description": "Embed this framework into your iOS project to enable Lookin mac app.",
6   "homepage": "https://lookin.work",
7   "license": "GPL-3.0",
8   "authors": {
9     "Li Kai": "lookin@lookin.work"
10   },
11   "platforms": {
12     "ios": "9.0",
13     "tvos": "9.0",
14     "visionos": "1.0"
15   },
16   "default_subspecs": "Core",
17   "source": {
18     "git": "https://github.com/QMUI/LookinServer.git",
19     "tag": "1.2.8"
20   },
21   "frameworks": "UIKit",
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": [
27         "Src/Main/**/*",
28         "Src/Base/**/*"
29       ],
30       "pod_target_xcconfig": {
31         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SHOULD_COMPILE_LOOKIN_SERVER=1",
32         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) SHOULD_COMPILE_LOOKIN_SERVER"
33       }
34     },
35     {
36       "name": "Swift",
37       "dependencies": {
38         "LookinServer/Core": [
40         ]
41       },
42       "source_files": "Src/Swift/**/*",
43       "pod_target_xcconfig": {
44         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) LOOKIN_SERVER_SWIFT_ENABLED=1",
45         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) LOOKIN_SERVER_SWIFT_ENABLED"
46       }
47     },
48     {
49       "name": "NoHook",
50       "dependencies": {
51         "LookinServer/Core": [
53         ]
54       },
55       "pod_target_xcconfig": {
56         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) LOOKIN_SERVER_DISABLE_HOOK=1"
57       }
58     },
59     {
60       "name": "SwiftAndNoHook",
61       "dependencies": {
62         "LookinServer/Core": [
64         ]
65       },
66       "source_files": "Src/Swift/**/*",
67       "pod_target_xcconfig": {
68         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) LOOKIN_SERVER_SWIFT_ENABLED=1 LOOKIN_SERVER_DISABLE_HOOK=1",
69         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) LOOKIN_SERVER_SWIFT_ENABLED"
70       }
71     }
72   ]