[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 0 / 6 / 3 / MiniApp / 3.3.0 / MiniApp.podspec.json
blob9956859a710c316a1466fb975b77e21c50bbd784
2   "name": "MiniApp",
3   "version": "3.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": "3.3.0"
14   },
15   "source": {
16     "git": "https://github.com/rakutentech/ios-miniapp.git",
17     "tag": "v3.3.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": "Admob",
52       "source_files": "MiniApp/Classes/admob7/**/*.{swift,h,m}",
53       "dependencies": {
54         "MiniApp/Core": [
56         ],
57         "Google-Mobile-Ads-SDK": [
58           "~> 7.0"
59         ]
60       },
61       "xcconfig": {
62         "OTHER_SWIFT_FLAGS": "$(inherited) -D RMA_SDK_ADMOB"
63       },
64       "pod_target_xcconfig": {
65         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
66       },
67       "user_target_xcconfig": {
68         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
69       }
70     }
71   ],
72   "swift_version": "5.4"