[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 6 / 3 / MiniApp / 3.2.0 / MiniApp.podspec.json
blobdecf296a1feac3c6607ccdd3d36ddfcb38f282cd
2   "name": "MiniApp",
3   "version": "3.2.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.2.0"
14   },
15   "source": {
16     "git": "https://github.com/rakutentech/ios-miniapp.git",
17     "tag": "v3.2.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   ],
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "MiniApp/Classes/core/**/*.{swift,h,m}",
34       "resource_bundles": {
35         "Localization": [
36           "MiniApp/*.lproj/*.strings"
37         ],
38         "MiniApp": [
39           "MiniApp/Classes/core/**/*.{xcassets,js,pdf,xib}",
40           "js-miniapp/bridge.js"
41         ]
42       },
43       "dependencies": {
44         "ZIPFoundation": [
45           "0.9.12"
46         ]
47       }
48     },
49     {
50       "name": "Admob",
51       "source_files": "MiniApp/Classes/admob7/**/*.{swift,h,m}",
52       "dependencies": {
53         "MiniApp/Core": [
55         ],
56         "Google-Mobile-Ads-SDK": [
57           "~> 7.0"
58         ]
59       },
60       "xcconfig": {
61         "OTHER_SWIFT_FLAGS": "$(inherited) -D RMA_SDK_ADMOB"
62       },
63       "pod_target_xcconfig": {
64         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
65       },
66       "user_target_xcconfig": {
67         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
68       }
69     }
70   ],
71   "swift_version": "5.3"