blob: 9a2ce45f06b81b5a02619c9fb32bb5d4a2accbc4 [file] [log] [blame]
{
"name": "MXBaseComponent",
"version": "0.2.0",
"summary": "A short description of MXBaseComponent.",
"description": "tool to use",
"homepage": "https://gitee.com/dream_union/MXBaseComponent",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dgyiOS": "dengguangyang@mxtrip.cn"
},
"source": {
"git": "https://gitee.com/dream_union/MXBaseComponent.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MXBaseComponent/Classes/**/*",
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"frameworks": "UIKit",
"dependencies": {
"SDCAlertView": [
"~> 2.5.4"
],
"MXCategory": [
],
"Masonry": [
],
"YYKit": [
],
"UICKeyChainStore": [
],
"AFNetworking": [
]
}
}