[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 2 / c / RPerformanceTracking / 2.0.1 / RPerformanceTracking.podspec.json
blob7006f0044c2928b2369e11455a76d92e175f1db6
2   "name": "RPerformanceTracking",
3   "version": "2.0.1",
4   "authors": "Rakuten Ecosystem Mobile",
5   "summary": "Automatic performance tracking for all your applications.",
6   "homepage": "https://github.com/rakutentech/ios-perftracking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "source": {
12     "git": "https://github.com/rakutentech/ios-perftracking.git",
13     "tag": "2.0.1"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "requires_arc": true,
19   "documentation_url": "https://github.com/rakutentech/ios-perftracking",
20   "pod_target_xcconfig": {
21     "CLANG_ENABLE_MODULES": "YES",
22     "CLANG_MODULES_AUTOLINK": "YES",
23     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
24     "GCC_C_LANGUAGE_STANDARD": "gnu11",
25     "OTHER_CFLAGS": "'-DRPT_SDK_VERSION=2.0.1'"
26   },
27   "user_target_xcconfig": {
28     "CLANG_ENABLE_MODULES": "YES",
29     "CLANG_MODULES_AUTOLINK": "YES",
30     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
31   },
32   "weak_frameworks": [
33     "Foundation"
34   ],
35   "source_files": "RPerformanceTracking/**/*.{h,m}",
36   "private_header_files": "RPerformanceTracking/Private/**/*.h",
37   "module_map": "RPerformanceTracking/RPerformanceTracking.modulemap"