blob: 2034068ae44b559bb8fb4bc283b0e0fd0dd63214 [file] [log] [blame]
{
"name": "LXCommon",
"version": "2.0.0",
"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": "2.0.0"
},
"requires_arc": true,
"source_files": "Core/Core/**/*.{h,m}",
"resources": [
"Core/Resource/Core.bundle",
"Core/Core/**/**.{xib}"
],
"dependencies": {
"MBProgressHUD": [
"~> 1.0.0"
]
}
}