blob: 4040a54f7aceed010d0e2e4e111dbdb6c89b1e16 [file] [log] [blame]
{
"name": "LXCommon",
"version": "1.0.3",
"summary": "Common组件",
"description": "These files are the files of the core infrastructure, \nThese files need to be integrated and managed through cocoapods.",
"homepage": "https://github.com/SimilarAndStrange/Common.git",
"license": "MIT",
"authors": {
"linxia": "linxia.wang@aorise.org"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/SimilarAndStrange/Common.git",
"tag": "1.0.3"
},
"requires_arc": true,
"source_files": "Core/Core/**/*.{h,m}",
"resources": [
"Core/Resource/Core.bundle",
"Core/Core/**/**.{xib}"
],
"dependencies": {
"MBProgressHUD": [
"~> 1.0.0"
]
}
}