[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / 6 / 3 / MiniApp / 4.3.0 / MiniApp.podspec.json
blob3a11736df07b9b81ceca93d961f1c2c1c60b230b
2   "name": "MiniApp",
3   "version": "4.3.0",
4   "authors": "Rakuten Ecosystem Mobile",
5   "summary": "Rakuten's Mini App SDK",
6   "description": "This open-source library allows you to integrate Mini App ecosystem into your iOS applications. Mini App SDK also facilitates communication between a mini app and the host app via a message bridge.",
7   "homepage": "https://github.com/rakutentech/ios-miniapp",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "xcconfig": {
13     "RMA_SDK_VERSION": "4.3.0"
14   },
15   "source": {
16     "git": "https://github.com/rakutentech/ios-miniapp.git",
17     "tag": "v4.3.0",
18     "submodules": true
19   },
20   "documentation_url": "https://rakutentech.github.io/ios-miniapp/",
21   "platforms": {
22     "ios": "14.0"
23   },
24   "default_subspecs": "Core",
25   "static_framework": true,
26   "swift_versions": [
27     5.0,
28     5.3,
29     5.4
30   ],
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "Sources/Classes/core/**/*.{swift,h,m}",
35       "resource_bundles": {
36         "Localization": [
37           "Sources/Classes/resources/*.lproj/*.strings"
38         ],
39         "MiniApp": [
40           "Sources/Classes/core/**/*.{xcassets,pdf,xib}",
41           "Sources/Classes/js-miniapp/*.js"
42         ]
43       },
44       "dependencies": {
45         "ZIPFoundation": [
46           "0.9.12"
47         ],
48         "TrustKit": [
49           "~>2.0"
50         ],
51         "SQLite.swift": [
52           "~> 0.13.3"
53         ]
54       }
55     },
56     {
57       "name": "UI",
58       "source_files": "Sources/Classes/ui/**/*.{swift,h,m}",
59       "dependencies": {
60         "MiniApp/Core": [
62         ]
63       }
64     },
65     {
66       "name": "Signature",
67       "source_files": "Sources/Classes/signature/**/*.{swift,h,m}",
68       "xcconfig": {
69         "OTHER_SWIFT_FLAGS": "$(inherited) -D RMA_SDK_SIGNATURE"
70       },
71       "dependencies": {
72         "MiniApp/Core": [
74         ]
75       }
76     },
77     {
78       "name": "Admob",
79       "source_files": "Sources/Classes/admob7/**/*.{swift,h,m}",
80       "dependencies": {
81         "MiniApp/Core": [
83         ],
84         "Google-Mobile-Ads-SDK": [
85           "~> 7.0"
86         ]
87       },
88       "xcconfig": {
89         "OTHER_SWIFT_FLAGS": "$(inherited) -D RMA_SDK_ADMOB -D RMA_SDK_ADMOB7"
90       },
91       "pod_target_xcconfig": {
92         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
93       },
94       "user_target_xcconfig": {
95         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
96       }
97     },
98     {
99       "name": "Admob8",
100       "source_files": "Sources/Classes/admob/**/*.{swift,h,m}",
101       "dependencies": {
102         "MiniApp/Core": [
104         ],
105         "Google-Mobile-Ads-SDK": [
106           "~> 8.0"
107         ]
108       },
109       "xcconfig": {
110         "OTHER_SWIFT_FLAGS": "$(inherited) -D RMA_SDK_ADMOB -D RMA_SDK_ADMOB8"
111       },
112       "pod_target_xcconfig": {
113         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
114       },
115       "user_target_xcconfig": {
116         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
117       }
118     }
119   ],
120   "swift_version": "5.4"