blob: 55c75da245e73ef0465ed0508ee94e7919b6fc3d [file] [log] [blame]
{
"name": "MKAppKit",
"version": "0.1.0",
"summary": "iOS 常用组件",
"description": "iOS 常用组件 Desc",
"homepage": "https://github.com/mythkiven/MKAppKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mythkiven": "1282412855@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mythkiven/MKAppKit",
"tag": "0.1.0"
},
"requires_arc": true,
"default_subspecs": "All",
"swift_versions": "5.0",
"swift_version": "5.0",
"subspecs": [
{
"name": "All",
"source_files": [
"MKAppKit/MKAnimation/**/*.{h,m,swift}",
"MKAppKit/MKUIKit/**/*.{h,m,swift}",
"MKAppKit/MKMonitor/**/*.{h,m,mm,c}"
],
"resources": [
"MKAppKit/**/**/*.{xib}",
"MKAppKit/Resource/*.{bundle}"
],
"prefix_header_contents": [
"#import \"MKLoadingManagerView.h\"",
"#import \"MKDropdownMailTF.h\"",
"#import \"MKPointWatch.h\""
]
},
{
"name": "MKCombineLoadingAnimation",
"source_files": "MKAppKit/MKAnimation/MKCombineLoadingAnimation/*.{h,m}",
"resources": [
"MKAppKit/Resource/*.{bundle}",
"MKAppKit/MKAnimation/MKCombineLoadingAnimation/*.{xib}"
],
"prefix_header_contents": "#import \"MKLoadingManagerView.h\""
},
{
"name": "MKDropdownMailTF",
"source_files": "MKAppKit/MKUIKit/MKDropdownMailTF/*.{h,m}",
"resources": "MKAppKit/MKUIKit/MKDropdownMailTF/*.{xib}",
"prefix_header_contents": "#import \"MKDropdownMailTF.h\""
},
{
"name": "MKDiffuseMenu",
"source_files": "MKAppKit/MKAnimation/MKDiffuseMenu/*.{swift}"
},
{
"name": "MKLaunchMonitor",
"source_files": "MKAppKit/MKMonitor/MKLaunchMonitor/*.{h,m,c,mm}",
"prefix_header_contents": "#import \"MKPointWatch.h\""
}
]
}