[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / a / c / RSDKUtils / 2.1.0 / RSDKUtils.podspec.json
blobe43b03074864407570480c893a42dac9a47ccf88
2   "name": "RSDKUtils",
3   "version": "2.1.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.git",
13     "tag": "2.1.0"
14   },
15   "platforms": {
16     "ios": "11.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=2.1.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   "module_map": "./RSDKUtils.modulemap",
36   "default_subspecs": "Main",
37   "source_files": "Sources/*.h",
38   "public_header_files": "Sources/*.h",
39   "subspecs": [
40     {
41       "name": "Main",
42       "source_files": [
43         "Sources/RSDKUtilsMain/**/*.swift",
44         "Sources/*.h"
45       ],
46       "dependencies": {
47         "RSDKUtils/RLogger": [
49         ]
50       }
51     },
52     {
53       "name": "TestHelpers",
54       "source_files": "Sources/RSDKUtilsTestHelpers/**/*.swift",
55       "weak_frameworks": [
56         "XCTest"
57       ],
58       "pod_target_xcconfig": {
59         "ENABLE_TESTING_SEARCH_PATHS": "YES",
60         "OTHER_LDFLAGS": "$(inherited) -weak-lXCTestSwiftSupport"
61       },
62       "dependencies": {
63         "RSDKUtils/Main": [
65         ]
66       }
67     },
68     {
69       "name": "Nimble",
70       "source_files": "Sources/RSDKUtilsNimble/**/*.swift",
71       "dependencies": {
72         "Nimble": [
74         ],
75         "RSDKUtils/Main": [
77         ]
78       }
79     },
80     {
81       "name": "RLogger",
82       "source_files": [
83         "Sources/RLogger/**/*.swift",
84         "Sources/*.h"
85       ]
86     }
87   ],
88   "swift_version": "5.0"