[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 6 / 3 / MiniApp / 3.5.0 / MiniApp.podspec.json
blobc085c10e7f4860abc950ffb7717db2dbedcb6b8c
2   "name": "MiniApp",
3   "version": "3.5.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": "3.5.0"
14   },
15   "source": {
16     "git": "https://github.com/rakutentech/ios-miniapp.git",
17     "tag": "v3.5.0",
18     "submodules": true
19   },
20   "documentation_url": "https://rakutentech.github.io/ios-miniapp/",
21   "platforms": {
22     "ios": "13.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": "MiniApp/Classes/core/**/*.{swift,h,m}",
35       "resource_bundles": {
36         "Localization": [
37           "MiniApp/*.lproj/*.strings"
38         ],
39         "MiniApp": [
40           "MiniApp/Classes/core/**/*.{xcassets,js,pdf,xib}",
41           "js-miniapp/bridge.js"
42         ]
43       },
44       "dependencies": {
45         "ZIPFoundation": [
46           "0.9.12"
47         ]
48       }
49     },
50     {
51       "name": "UI",
52       "source_files": "MiniApp/Classes/ui/**/*.{swift,h,m}",
53       "dependencies": {
54         "MiniApp/Core": [
56         ]
57       }
58     },
59     {
60       "name": "Admob",
61       "source_files": "MiniApp/Classes/admob7/**/*.{swift,h,m}",
62       "dependencies": {
63         "MiniApp/Core": [
65         ],
66         "Google-Mobile-Ads-SDK": [
67           "~> 7.0"
68         ]
69       },
70       "xcconfig": {
71         "OTHER_SWIFT_FLAGS": "$(inherited) -D RMA_SDK_ADMOB -D RMA_SDK_ADMOB7"
72       },
73       "pod_target_xcconfig": {
74         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
75       },
76       "user_target_xcconfig": {
77         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
78       }
79     },
80     {
81       "name": "Admob8",
82       "source_files": "MiniApp/Classes/admob/**/*.{swift,h,m}",
83       "dependencies": {
84         "MiniApp/Core": [
86         ],
87         "Google-Mobile-Ads-SDK": [
88           "~> 8.0"
89         ]
90       },
91       "xcconfig": {
92         "OTHER_SWIFT_FLAGS": "$(inherited) -D RMA_SDK_ADMOB -D RMA_SDK_ADMOB8"
93       },
94       "pod_target_xcconfig": {
95         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
96       },
97       "user_target_xcconfig": {
98         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
99       }
100     }
101   ],
102   "swift_version": "5.4"