[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 6 / 3 / MiniApp / 2.3.0 / MiniApp.podspec.json
blob7c2f96594412dfe4a57dc21e13890436d060a97c
2   "name": "MiniApp",
3   "version": "2.3.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   "source": {
12     "git": "https://github.com/rakutentech/ios-miniapp.git",
13     "tag": "v2.3.0",
14     "submodules": true
15   },
16   "documentation_url": "https://rakutentech.github.io/ios-miniapp/",
17   "platforms": {
18     "ios": "11.0"
19   },
20   "source_files": "MiniApp/Classes/**/*.swift",
21   "resources": [
22     "MiniApp/**/*.{xcassets,js,pdf,xib}",
23     "js-miniapp/bridge.js"
24   ],
25   "resource_bundles": {
26     "Localization": [
27       "MiniApp/*.lproj/*.strings"
28     ]
29   },
30   "dependencies": {
31     "RSDKUtils": [
32       ">= 1.1.0"
33     ],
34     "ZIPFoundation": [
36     ]
37   }