blob: e82247a6a955a73feeba790ef087f569fd91ca4a [file] [log] [blame]
{
"name": "RSDKUtils",
"version": "1.0.0",
"authors": "Rakuten Ecosystem Mobile",
"summary": "Rakuten's SDK Team internal utilities module.",
"homepage": "https://github.com/rakutentech/ios-sdkutils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/rakutentech/ios-sdkutils",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"pod_target_xcconfig": {
"CLANG_ENABLE_MODULES": "YES",
"CLANG_MODULES_AUTOLINK": "YES",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
"GCC_C_LANGUAGE_STANDARD": "gnu11",
"OTHER_CFLAGS": "'-DRPT_SDK_VERSION=1.0.0'"
},
"user_target_xcconfig": {
"CLANG_ENABLE_MODULES": "YES",
"CLANG_MODULES_AUTOLINK": "YES",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"weak_frameworks": [
"Foundation"
],
"source_files": "RSDKUtils/**/*.{swift,m,h}",
"public_header_files": "RSDKUtils/*.h,RSDKUtils/StandardHeaders/*.h",
"module_map": "RSDKUtils/RSDKUtils.modulemap",
"swift_version": "5.0"
}