blob: 5a4597e6f19a3f4d1b5cbfe951c44921315b8ba0 [file] [log] [blame]
{
"name": "MKCommon",
"version": "1.0.4",
"summary": "这是一个基础组件库",
"description": "这是一个基础组件库,包含一些常用的方法、分类的积累",
"homepage": "https://github.com/maqingbo2014/MKCommon",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"maqingbo2014": "249086205@qq.com"
},
"source": {
"git": "https://github.com/maqingbo2014/MKCommon.git",
"tag": "1.0.4"
},
"source_files": "MKCommon/Classes/MKCommon.h",
"public_header_files": "MKCommon/Classes/MKCommon.h",
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Base",
"source_files": "MKCommon/Classes/Base/*",
"public_header_files": "MKCommon/Classes/Base/*.h",
"dependencies": {
"MJExtension": [
"~> 3.0.10"
]
}
},
{
"name": "Define",
"source_files": "MKCommon/Classes/Define/*",
"public_header_files": "MKCommon/Classes/Define/*.h"
},
{
"name": "NSObjc",
"source_files": "MKCommon/Classes/NSObjc/*",
"public_header_files": "MKCommon/Classes/NSObjc/*.h",
"dependencies": {
"MKCommon/Tools": [
],
"MJExtension": [
"~> 3.0.10"
]
}
},
{
"name": "Tools",
"source_files": "MKCommon/Classes/Tools/*",
"public_header_files": "MKCommon/Classes/Tools/*.h",
"dependencies": {
"MKCommon/Define": [
]
}
},
{
"name": "UIKit",
"source_files": "MKCommon/Classes/UIKit/*",
"public_header_files": "MKCommon/Classes/UIKit/*.h",
"dependencies": {
"MKCommon/Tools": [
],
"SDWebImage": [
"~> 3.8.2"
]
},
"frameworks": "UIKit"
}
]
}