[Add] VerisoulSDK 0.2.2
[CocoaPods.git] / Specs / 0 / 6 / 3 / MiniApp / 2.8.0 / MiniApp.podspec.json
blob207f50be318df7ecc0e01c9b63a5fc6b85e29023
2   "name": "MiniApp",
3   "version": "2.8.0",
4   "authors": "Rakuten Ecosystem Mobile",
5   "summary": "Rakuten's Mini App SDK",
6   "homepage": "https://github.com/rakutentech/ios-miniapp",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "xcconfig": {
12     "RMA_SDK_VERSION": "2.8.0"
13   },
14   "source": {
15     "git": "https://github.com/rakutentech/ios-miniapp.git",
16     "tag": "v2.8.0",
17     "submodules": true
18   },
19   "documentation_url": "https://rakutentech.github.io/ios-miniapp/",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "default_subspecs": "Core",
24   "resource_bundles": {
25     "Localization": [
26       "MiniApp/*.lproj/*.strings"
27     ]
28   },
29   "dependencies": {
30     "RSDKUtils": [
31       ">= 1.1.0"
32     ],
33     "ZIPFoundation": [
35     ]
36   },
37   "subspecs": [
38     {
39       "name": "Core",
40       "source_files": "MiniApp/Classes/core/**/*.{swift,h,m}",
41       "resources": [
42         "MiniApp/Classes/core/**/*.{xcassets,js,pdf,xib}",
43         "js-miniapp/bridge.js"
44       ]
45     }
46   ]