[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 8 / c / LookinServer / 1.0.7 / LookinServer.podspec.json
blob250bf179914882e6edf26fcf7bf79859e2893cad
2   "name": "LookinServer",
3   "version": "1.0.7",
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.0.7"
19   },
20   "frameworks": "UIKit",
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Src/Core/**/*"
26     },
27     {
28       "name": "Swift",
29       "dependencies": {
30         "LookinServer/Core": [
32         ]
33       },
34       "source_files": "Src/Swift/**/*",
35       "pod_target_xcconfig": {
36         "GCC_PREPROCESSOR_DEFINITIONS": "LOOKIN_SERVER_SWIFT_ENABLED=1"
37       }
38     }
39   ]