2 "name": "LookinServer",
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",
9 "Li Kai": "lookin@lookin.work"
15 "default_subspecs": "Core",
17 "git": "https://github.com/QMUI/LookinServer.git",
20 "frameworks": "UIKit",
29 "pod_target_xcconfig": {
30 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SHOULD_COMPILE_LOOKIN_SERVER=1",
31 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) SHOULD_COMPILE_LOOKIN_SERVER"
37 "LookinServer/Core": [
41 "source_files": "Src/Swift/**/*",
42 "pod_target_xcconfig": {
43 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) LOOKIN_SERVER_SWIFT_ENABLED=1",
44 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) LOOKIN_SERVER_SWIFT_ENABLED"
50 "LookinServer/Core": [
54 "pod_target_xcconfig": {
55 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) LOOKIN_SERVER_DISABLE_HOOK=1"
59 "name": "SwiftAndNoHook",
61 "LookinServer/Core": [
65 "source_files": "Src/Swift/**/*",
66 "pod_target_xcconfig": {
67 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) LOOKIN_SERVER_SWIFT_ENABLED=1 LOOKIN_SERVER_DISABLE_HOOK=1",
68 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) LOOKIN_SERVER_SWIFT_ENABLED"