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