blob: b04116c36c3319168997d9f8de86d564f5225d4e [file] [log] [blame]
{
"name": "RPerformanceTracking",
"version": "1.0.0",
"authors": "Rakuten Ecosystem Mobile",
"summary": "Automatic performance tracking for all your applications.",
"homepage": "https://github.com/rakutentech/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/rakutentech/ios-perftracking.git",
"tag": "1.0.0-github"
},
"platforms": {
"ios": "8.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"
},
"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"
}