blob: 94d92e3721dd4b298016a46709af0e3e96453533 [file] [log] [blame]
{
"name": "XKCategory",
"version": "1.0.0",
"summary": "日常用到的分类",
"description": "日常开发经常用到的分类",
"homepage": "https://github.com/kunhum/XKCategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kunhum": "kunhum@163.com"
},
"source": {
"git": "https://github.com/kunhum/XKCategory.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "NSDate+xkCategory",
"source_files": "XKCategory/Classes/XKCategory/NSDate+xkCategory/*.{h,m}",
"public_header_files": "XKCategory/Classes/XKCategory/NSDate+xkCategory/*.h"
}
]
}