blob: 64fef4dce19d732741211797e653d4232cb0c72d [file] [log] [blame]
{
"name": "RMB",
"version": "0.2.0",
"summary": "基于 Swift 的人民币转换处理工具包",
"description": "基于 Swift 2 的人民币处理工具包。\n1. 目前目前转换人民币大小金额转换,支持小数支持四舍五入。\n2. 支持超大金额转换。",
"homepage": "https://github.com/banxi1988/RMB",
"license": "MIT",
"authors": {
"banxi1988": "banxi1988@gmail.com"
},
"source": {
"git": "https://github.com/banxi1988/RMB.git",
"tag": "0.2.0"
},
"social_media_url": "https://weibo.com/banxi1988",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"RMB": [
"Pod/Assets/*.png"
]
}
}