blob: e9ee3017731750c212139cdebff31032da9d4dc0 [file] [log] [blame]
{
"name": "MoeLocalizable",
"version": "0.1.3",
"summary": "本地化处理,支持应用内多语言切换",
"description": "An iOS Localizable solution. using shell script to generate MoeLocalConst instance, which has all variable that transform from Localizable.strings.",
"homepage": "https://github.com/linyanzuo/MoeLocalizable.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"linyanzuo1222@gmail.com": "zed@moemone.com"
},
"source": {
"git": "https://github.com/linyanzuo/MoeLocalizable.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "Classes/*",
"dependencies": {
"MoeCommon": [
"~> 0.1.2"
]
},
"swift_version": "5.0"
}