[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / 9 / 8 / c / LookinServer / 1.1.0 / LookinServer.podspec.json
bloba7b2f167af325e586be3ddaa0754ff961e25edb6
2   "name": "LookinServer",
3   "version": "1.1.0",
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   },
15   "default_subspecs": "Core",
16   "source": {
17     "git": "https://github.com/QMUI/LookinServer.git",
18     "tag": "1.1.0"
19   },
20   "frameworks": "UIKit",
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Core",
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"
29       }
30     },
31     {
32       "name": "Swift",
33       "dependencies": {
34         "LookinServer/Core": [
36         ]
37       },
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"
42       }
43     }
44   ]