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"
16 "default_subspecs": "Core",
18 "git": "https://github.com/QMUI/LookinServer.git",
21 "frameworks": "UIKit",
30 "pod_target_xcconfig": {
31 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SHOULD_COMPILE_LOOKIN_SERVER=1",
32 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) SHOULD_COMPILE_LOOKIN_SERVER"
38 "LookinServer/Core": [
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"
51 "LookinServer/Core": [
55 "pod_target_xcconfig": {
56 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) LOOKIN_SERVER_DISABLE_HOOK=1"
60 "name": "SwiftAndNoHook",
62 "LookinServer/Core": [
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"