blob: 1b50ee1a9aa1e7ce5e32316285d44127182938e7 [file] [log] [blame]
{
"name": "KJExtensionHandler",
"version": "1.0.10",
"summary": "77 ExtensionHandler",
"homepage": "https://github.com/yangKJ/KJExtensionHandler",
"license": "Copyright (c) 2020 yangkejun",
"authors": {
"77": "ykj310@126.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/yangKJ/KJExtensionHandler.git",
"tag": "1.0.10"
},
"social_media_url": "https://www.jianshu.com/u/c84c00476ab6",
"requires_arc": true,
"default_subspecs": "Kit",
"ios": {
"source_files": "KJExtensionHandler/KJExtensionHeader.h"
},
"resources": "README.md",
"deprecated": true,
"subspecs": [
{
"name": "Kit",
"source_files": "KJExtensionHandler/Kit/**/*.{h,m}",
"public_header_files": [
"KJExtensionHandler/Kit/*.h",
"KJExtensionHandler/Kit/**/*.h"
],
"frameworks": "Accelerate"
},
{
"name": "Foundation",
"source_files": "KJExtensionHandler/Foundation/**/*.{h,m}",
"public_header_files": [
"KJExtensionHandler/Foundation/*.h",
"KJExtensionHandler/Foundation/**/*.h"
],
"dependencies": {
"KJExtensionHandler/Kit": [
]
}
},
{
"name": "Language",
"source_files": "KJExtensionHandler/Language/**/*.{h,m}",
"public_header_files": [
"KJExtensionHandler/Language/*.h",
"KJExtensionHandler/Language/**/*.h"
],
"dependencies": {
"KJExtensionHandler/Kit": [
]
}
}
]
}