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",
25 "source_files": "Src/Core/**/*",
26 "pod_target_xcconfig": {
27 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SHOULD_COMPILE_LOOKIN_SERVER=1",
28 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) SHOULD_COMPILE_LOOKIN_SERVER"
34 "LookinServer/Core": [
38 "source_files": "Src/Swift/**/*",
39 "pod_target_xcconfig": {
40 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) LOOKIN_SERVER_SWIFT_ENABLED=1",
41 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) LOOKIN_SERVER_SWIFT_ENABLED"