| { | |
| "name": "NHFNumberUnit", | |
| "version": "1.0.2", | |
| "summary": "对价格等参数进行格式化处理操作", | |
| "homepage": "https://github.com/nhfc99/NHFNumberUnit", | |
| "license": "MIT", | |
| "authors": { | |
| "牛宏飞": "nhfc99@163.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/nhfc99/NHFNumberUnit.git", | |
| "tag": "1.0.2" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "Number+Unit/*.{h,m}", | |
| "frameworks": [ | |
| "Foundation", | |
| "CoreGraphics", | |
| "UIKit" | |
| ] | |
| } |