blob: 16a2f01df627a6c96bcf0e46edb914ca483b8d93 [file] [log] [blame]
{
"name": "DivKit_Networking",
"module_name": "Networking",
"version": "9.0.0",
"summary": "Networking",
"description": "Module for DivKit",
"homepage": "https://divkit.tech",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"divkit": "divkit-cocoapod@yandex-team.ru"
},
"source": {
"git": "https://github.com/divkit/divkit.git",
"tag": "9.0.0"
},
"swift_versions": "5",
"requires_arc": true,
"prefix_header_file": false,
"platforms": {
"ios": "10.0"
},
"dependencies": {
"DivKit_Base": [
"9.0.0"
]
},
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DOFFICIAL_BUILD -application-extension",
"OTHER_CFLAGS": "-DOFFICIAL_BUILD",
"HEADER_SEARCH_PATHS": "$PODS_ROOT/Headers/Public/DivKit_Base",
"DEFINES_MODULE": "YES"
},
"source_files": [
"client/ios/Core/Networking/**/*"
],
"swift_version": "5"
}