blob: 20ce280afb91f84bc8f0568390f040e87d2cf5e8 [file] [log] [blame]
{
"name": "KRCommonComponents",
"version": "1.0.3",
"summary": "基础通用组件",
"description": "基础通用组件,放置全局配置,工具类,类别等文件.",
"homepage": "https://github.com/AaronDai23/KRCommonComponents.git",
"license": "MIT (KRCommonComponents)",
"authors": {
"AaronDai23": "1311511825@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/AaronDai23/KRCommonComponents.git",
"tag": "1.0.3"
},
"subspecs": [
{
"name": "Categories",
"source_files": "KRCommonComponents/Source/Categories/**/*",
"dependencies": {
"KRCommonComponents/Utilites": [
],
"AFNetworking": [
"~> 3.2.1"
]
}
},
{
"name": "Utilites",
"source_files": "KRCommonComponents/Source/Utilites/**/*"
},
{
"name": "Config",
"source_files": "KRCommonComponents/Source/Config/**/*"
}
]
}