blob: 2ee865c7981cf64f9039c81f8992052a34118116 [file] [log] [blame]
{
"name": "RBaseSDK",
"version": "0.1.0",
"summary": "RBaseSDK is used as a base sdk for all Rakuten services module.",
"swift_version": "4.2",
"description": "Add long description of the pod here. balabalbabalbalabalbabalbalabalbabalbalabalbabal, the main is rbsservice. donot use other service files.",
"homepage": "https://git.rakuten-it.com/users/ts-yan.c.li/repos/rbasesdk/browse",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Li, Yan c": "ts-yan.c.li@rakuten.com"
},
"source": {
"git": "https://git.rakuten-it.com/scm/~ts-yan.c.li/rbasesdk.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "RBaseSDK/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit",
"Foundation"
],
"dependencies": {
"Moya": [
"~> 12.0"
],
"SnapKit": [
"~> 4.0.0"
]
}
}