[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / d / 1 / f / RMB / 0.1.0 / RMB.podspec.json
blobebad9226ebc3dd6b7f92722a2bc042a486aeb9af
2   "name": "RMB",
3   "version": "0.1.0",
4   "summary": "基于 Swift 的人民币转换处理工具包",
5   "description": "基于 Swift 2 的人民币处理工具包。\n1. 目前目前转换人民币大小金额转换,支持小数支持四舍五入。\n2. 支持超大金额转换。",
6   "homepage": "https://github.com/banxi1988/RMB",
7   "license": "MIT",
8   "authors": {
9     "banxi1988": "banxi1988@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/banxi1988/RMB.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://weibo.com/banxi1988",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "RMB": [
23       "Pod/Assets/*.png"
24     ]
25   }