blob: 11a53b505579e29fa6ba2ea7bd1295358a98cfce [file] [log] [blame]
{
"name": "WTDateUtil",
"version": "1.0.1",
"summary": "NSDate Extensions. Very nice.",
"description": "A meggic to NSDate.Use it you will become hero.",
"homepage": "https://github.com/wangtongvip/WTDateUtil.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangtong_vip": "wangtong_vip@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/wangtongvip/WTDateUtil.git",
"tag": "1.0.1"
},
"source_files": [
"WTDateUtil/DateUtil",
"WTDateUtil/DateUtil/**/*.{h,m}"
],
"public_header_files": "WTDateUtil/DateUtil/**/*.h",
"requires_arc": true
}