blob: 460aca0361cc09b97d9cc13afacb87577a5e8ed6 [file] [log] [blame]
{
"name": "KLKit",
"version": "1.0.7",
"license": "MIT",
"summary": "A encapsulation component framework of KLKit.",
"homepage": "https://gitee.com/kllie",
"authors": {
"kllie": "zbh1019@163.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://gitee.com/kllie/KLKit.git",
"tag": "1.0.7"
},
"requires_arc": true,
"public_header_files": "KLKit/Classes/KLKit.h",
"source_files": "KLKit/Classes/KLKit.h",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
],
"PPNetworkHelper": [
"~> 0.8.1"
],
"MJExtension": [
"~> 3.2.1"
],
"Masonry": [
"~> 1.1.0"
],
"Reachability": [
"~> 3.2"
],
"Toast": [
"~> 4.0.0"
],
"MBProgressHUD": [
"~> 1.1.0"
]
},
"subspecs": [
{
"name": "KLSupport",
"public_header_files": "KLKit/Classes/KLSupport/**/*.h",
"source_files": "KLKit/Classes/KLSupport/**/*"
},
{
"name": "KLComponent",
"public_header_files": "KLKit/Classes/KLComponent/**/*.h",
"source_files": "KLKit/Classes/KLComponent/**/*",
"dependencies": {
"KLKit/KLSupport": [
]
}
}
]
}