blob: 3bba4132fe39f1b6e18ff20c2644d67b7eb4afa8 [file] [log] [blame]
{
"name": "MKAppKit",
"version": "0.1.1",
"summary": "Useful tools for iOS application development.",
"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.1"
},
"requires_arc": true,
"default_subspecs": "All",
"swift_versions": "5.0",
"swift_version": "5.0",
"subspecs": [
{
"name": "All",
"source_files": "MKAppKit/**/**/*.{h,m,swift,mm,c}",
"resources": [
"MKAppKit/**/**/*.{xib}",
"MKAppKit/Resource/*.{bundle}"
],
"prefix_header_contents": [
"#import \"MKLoadingManagerView.h\"",
"#import \"MKDropdownMailTF.h\"",
"#import \"MKPointWatch.h\"",
"#import \"MKCrashGuardManager.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\""
},
{
"name": "MKCrashGuard",
"source_files": "MKAppKit/MKCrash/MKCrashGuard/*.{h,m,c,mm}",
"prefix_header_contents": "#import \"MKCrashGuardManager.h\""
}
]
}