4 "authors": "Rakuten Ecosystem Mobile",
5 "summary": "Rakuten's SDK Team internal utilities module.",
6 "homepage": "https://github.com/rakutentech/ios-sdkutils",
12 "git": "https://github.com/rakutentech/ios-sdkutils",
18 "swift_versions": "5.0",
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.1.0'"
27 "user_target_xcconfig": {
28 "CLANG_ENABLE_MODULES": "YES",
29 "CLANG_MODULES_AUTOLINK": "YES",
30 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
35 "source_files": "RSDKUtils/**/*.{swift,m,h}",
36 "public_header_files": "RSDKUtils/*.h,RSDKUtils/StandardHeaders/*.h,RSDKUtils/KeyStore/*.h",
37 "module_map": "RSDKUtils/RSDKUtils.modulemap",
38 "swift_version": "5.0"