[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / f / a / c / RSDKUtils / 4.0.2 / RSDKUtils.podspec.json
blob083b0bae79af528e4650df2022d56c15ee8e7f97
2   "name": "RSDKUtils",
3   "version": "4.0.2",
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.git",
13     "tag": "4.0.2"
14   },
15   "platforms": {
16     "ios": "12.0",
17     "watchos": "6.0"
18   },
19   "swift_versions": [
20     "5.4",
21     "5.5"
22   ],
23   "requires_arc": true,
24   "pod_target_xcconfig": {
25     "CLANG_ENABLE_MODULES": "YES",
26     "CLANG_MODULES_AUTOLINK": "YES",
27     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
28     "GCC_C_LANGUAGE_STANDARD": "gnu11",
29     "OTHER_CFLAGS": "'-DRPT_SDK_VERSION=4.0.2'"
30   },
31   "user_target_xcconfig": {
32     "CLANG_ENABLE_MODULES": "YES",
33     "CLANG_MODULES_AUTOLINK": "YES",
34     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
35   },
36   "weak_frameworks": [
37     "Foundation"
38   ],
39   "module_map": "./RSDKUtils.modulemap",
40   "default_subspecs": "Main",
41   "source_files": "Sources/*.h",
42   "public_header_files": "Sources/*.h",
43   "subspecs": [
44     {
45       "name": "Main",
46       "source_files": [
47         "Sources/RSDKUtilsMain/**/*.swift",
48         "Sources/*.h"
49       ],
50       "dependencies": {
51         "RSDKUtils/RLogger": [
53         ]
54       }
55     },
56     {
57       "name": "TestHelpers",
58       "source_files": "Sources/RSDKUtilsTestHelpers/**/*.swift",
59       "weak_frameworks": [
60         "XCTest"
61       ],
62       "pod_target_xcconfig": {
63         "ENABLE_TESTING_SEARCH_PATHS": "YES",
64         "OTHER_LDFLAGS": "$(inherited) -weak-lXCTestSwiftSupport"
65       },
66       "dependencies": {
67         "RSDKUtils/Main": [
69         ]
70       }
71     },
72     {
73       "name": "Nimble",
74       "ios": {
75         "source_files": "Sources/RSDKUtilsNimble/**/*.swift",
76         "dependencies": {
77           "Nimble": [
79           ]
80         }
81       },
82       "dependencies": {
83         "RSDKUtils/Main": [
85         ]
86       }
87     },
88     {
89       "name": "RLogger",
90       "source_files": [
91         "Sources/RLogger/**/*.swift",
92         "Sources/*.h"
93       ]
94     }
95   ],
96   "swift_version": "5.5"