[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 6 / 1 / 3 / DivKit_Base / 8.0.0 / DivKit_Base.podspec.json
blob7516aeaaf83387eaca64b406ff6482843a801b32
2   "name": "DivKit_Base",
3   "module_name": "Base",
4   "version": "8.0.0",
5   "summary": "Base",
6   "description": "Module for DivKit",
7   "homepage": "https://divkit.tech",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "divkit": "divkit-cocoapod@yandex-team.ru"
14   },
15   "source": {
16     "git": "https://github.com/divkit/divkit.git",
17     "tag": "8.0.0"
18   },
19   "swift_versions": "5",
20   "requires_arc": true,
21   "prefix_header_file": false,
22   "platforms": {
23     "ios": "10.0"
24   },
25   "frameworks": "UIKit",
26   "dependencies": {
27     "DivKit_BaseTiny": [
28       "8.0.0"
29     ],
30     "DivKit_BaseUI": [
31       "8.0.0"
32     ]
33   },
34   "pod_target_xcconfig": {
35     "OTHER_SWIFT_FLAGS": "-DOFFICIAL_BUILD",
36     "OTHER_CFLAGS": "-DOFFICIAL_BUILD",
37     "HEADER_SEARCH_PATHS": "$PODS_ROOT/Headers/Public/DivKit_BaseTiny",
38     "DEFINES_MODULE": "YES"
39   },
40   "source_files": [
41     "client/ios/Core/Base/**/*"
42   ],
43   "swift_version": "5"