[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / a / c / RSDKUtils / 1.0.0 / RSDKUtils.podspec.json
blobe82247a6a955a73feeba790ef087f569fd91ca4a
2   "name": "RSDKUtils",
3   "version": "1.0.0",
4   "authors": "Rakuten Ecosystem Mobile",
5   "summary": "Rakuten's SDK Team internal utilities module.",
6   "homepage": "https://github.com/rakutentech/ios-sdkutils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "source": {
12     "git": "https://github.com/rakutentech/ios-sdkutils",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "swift_versions": "5.0",
19   "requires_arc": true,
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.0.0'"
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": "RSDKUtils/**/*.{swift,m,h}",
36   "public_header_files": "RSDKUtils/*.h,RSDKUtils/StandardHeaders/*.h",
37   "module_map": "RSDKUtils/RSDKUtils.modulemap",
38   "swift_version": "5.0"