blob: 8ee880a4a364d70adf578d58ed68f53105bcbfa5 [file] [log] [blame]
{
"name": "MKAppKit",
"version": "0.0.4",
"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.4"
},
"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}"
},
{
"name": "MKCombineLoadingAnimation",
"source_files": "MKAppKit/MKAnimation/MKCombineLoadingAnimation/*.{h,m}",
"resources": "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}"
}
]
}