blob: 2840be510e1d76f0d60ca9353a203063a0264c5e [file] [log] [blame]
{
"name": "MiniApp",
"version": "2.1.0",
"authors": "Rakuten Ecosystem Mobile",
"summary": "Rakuten's Mini App SDK",
"homepage": "https://github.com/rakutentech/ios-miniapp",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/rakutentech/ios-miniapp.git",
"tag": "v2.1.0"
},
"documentation_url": "https://rakutentech.github.io/ios-miniapp/",
"platforms": {
"ios": "11.0"
},
"source_files": "MiniApp/Classes/**/*.swift",
"resources": "MiniApp/**/*.{xcassets,js,pdf,xib}",
"resource_bundles": {
"Localization": [
"MiniApp/*.lproj/*.strings"
]
},
"dependencies": {
"RSDKUtils": [
">= 1.1.0"
],
"ZIPFoundation": [
]
}
}