blob: 33053126ede159e1382575cb5f7517cab5229fc5 [file] [log] [blame]
{
"name": "NNDecimalNumber",
"version": "0.1.0",
"summary": "Implement NSDecimalNumber calculations on NSString, NSNumber Category, simplifying NSDecimalNumber calculations.",
"description": "Implement NSDecimalNumber calculations on NSString, NSNumber Category, simplifying NSDecimalNumber calculations.",
"homepage": "https://github.com/amisare/NNDecimalNumber",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Haijun Gu": "243297288@qq.com"
},
"social_media_url": "http://www.jianshu.com/users/9df9f28ff266/latest_articles",
"source": {
"git": "https://github.com/amisare/NNDecimalNumber.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "NNDecimalNumber/NNDecimalNumber/*.{h,m}",
"public_header_files": "NNDecimalNumber/NNDecimalNumber/NNDecimalNumber.h"
}