blob: 7006f0044c2928b2369e11455a76d92e175f1db6 [file] [log] [blame]
{
"name": "RPerformanceTracking",
"version": "2.0.1",
"authors": "Rakuten Ecosystem Mobile",
"summary": "Automatic performance tracking for all your applications.",
"homepage": "https://github.com/rakutentech/ios-perftracking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/rakutentech/ios-perftracking.git",
"tag": "2.0.1"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"documentation_url": "https://github.com/rakutentech/ios-perftracking",
"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=2.0.1'"
},
"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": "RPerformanceTracking/**/*.{h,m}",
"private_header_files": "RPerformanceTracking/Private/**/*.h",
"module_map": "RPerformanceTracking/RPerformanceTracking.modulemap"
}