[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 8 / c / LookinServer / 1.1.8 / LookinServer.podspec.json
blob3ae73f6a2802d15352a182e36e32728315b90eb2
2   "name": "LookinServer",
3   "version": "1.1.8",
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.8"
19   },
20   "frameworks": "UIKit",
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": [
26         "Src/Main/**/*",
27         "Src/Base/**/*"
28       ],
29       "pod_target_xcconfig": {
30         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SHOULD_COMPILE_LOOKIN_SERVER=1",
31         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) SHOULD_COMPILE_LOOKIN_SERVER"
32       }
33     },
34     {
35       "name": "Swift",
36       "dependencies": {
37         "LookinServer/Core": [
39         ]
40       },
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"
45       }
46     }
47   ]