blob: a8970a13cf53b8142ef3c5e1c699c6425a7aa184 [file] [log] [blame]
{
"name": "KKLib",
"version": "0.0.2",
"summary": "封装常用的功能的分类",
"description": "封装常用的分类和功能。",
"homepage": "https://github.com/GavinKangDeveloper/KKLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KangKang": "776362265@qq.com.com"
},
"source": {
"git": "https://github.com/GavinKangDeveloper/KKLib.git",
"tag": "0.0.2"
},
"social_media_url": "https://juejin.im/user/1433418895468397/posts",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Categories",
"source_files": "KKLib/Classes/Categories/*.{h,m}"
},
{
"name": "Tools",
"source_files": "KKLib/Classes/Tools/*.{h,m}"
},
{
"name": "Configs",
"source_files": "KKLib/Classes/Configs/*.{h,m}"
}
]
}