blob: 63d4155f1af89b2401a190333d2da55a3df91dab [file] [log] [blame]
{
"name": "RPerformanceTracking",
"version": "2.0.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.0.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.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": "RPerformanceTracking/**/*.{h,m}",
"private_header_files": "RPerformanceTracking/Private/**/*.h",
"module_map": "RPerformanceTracking/RPerformanceTracking.modulemap"
}