blob: 886af5ded0d1c6a301f4a93b7cc47bc197e6dd8c [file] [log] [blame]
{
"name": "MKAppKit",
"version": "0.0.5",
"summary": "iOS常用组件",
"description": "iOS常用组件 Desc",
"homepage": "https://github.com/mythkiven/MKAppKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mythkiven": "mythziven@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mythkiven/MKAppKit",
"tag": "0.0.5"
},
"requires_arc": true,
"default_subspecs": "All",
"swift_version": "5.0",
"subspecs": [
{
"name": "All",
"source_files": [
"MKAppKit/MKAnimation/**/*.{h,m,swift}",
"MKAppKit/MKUIKit/**/*.{h,m,swift}"
],
"resources": [
"MKAppKit/**/**/*.{xib}",
"MKAppKit/Resource/*.{bundle}"
]
},
{
"name": "MKCombineLoadingAnimation",
"source_files": "MKAppKit/MKAnimation/MKCombineLoadingAnimation/*.{h,m}",
"resources": [
"MKAppKit/Resource/*.{bundle}",
"MKAppKit/MKAnimation/MKCombineLoadingAnimation/*.{xib}"
]
},
{
"name": "MKDropdownMailTF",
"source_files": "MKAppKit/MKUIKit/MKDropdownMailTF/*.{h,m}",
"resources": "MKAppKit/MKUIKit/MKDropdownMailTF/*.{xib}"
},
{
"name": "MKDiffuseMenu",
"source_files": "MKAppKit/MKAnimation/MKDiffuseMenu/*.{swift}"
}
]
}