blob: f79cd673d930c3c75ac2054ad234878d45fad178 [file] [log] [blame]
{
"name": "RPerformanceTracking",
"version": "2.1.0",
"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.1.0"
},
"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.1.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": "RPerformanceTracking/**/*.{h,m}",
"private_header_files": "RPerformanceTracking/Private/**/*.h",
"module_map": "RPerformanceTracking/RPerformanceTracking.modulemap"
}