blob: 7cfa43c64b47892ab106ff7dc9a6d12c58ff4829 [file] [log] [blame]
{
"name": "NHFDateUtils",
"version": "1.0.1",
"summary": "有关所以日期时间的操作以及各种转换功能",
"homepage": "https://github.com/nhfc99/NHFDateUtils",
"license": "MIT",
"authors": {
"牛宏飞": "nhfc99@163.com"
},
"source": {
"git": "https://github.com/nhfc99/NHFDateUtils.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "NSDate+Utils/*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}