[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 2 / c / RPerformanceTracking / 1.3.1 / RPerformanceTracking.podspec.json
blobf117f318f46c7ac8e3590e5433674aa15323d140
2   "name": "RPerformanceTracking",
3   "version": "1.3.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": "1.3.1"
14   },
15   "platforms": {
16     "ios": "8.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=1.3.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"