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",
22 "user_target_xcconfig": {
23 "GENERATE_INFOPLIST_FILE": "YES"
32 "pod_target_xcconfig": {
33 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SHOULD_COMPILE_LOOKIN_SERVER=1",
34 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) SHOULD_COMPILE_LOOKIN_SERVER"
40 "LookinServer/Core": [
44 "source_files": "Src/Swift/**/*",
45 "pod_target_xcconfig": {
46 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) LOOKIN_SERVER_SWIFT_ENABLED=1",
47 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) LOOKIN_SERVER_SWIFT_ENABLED"