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