[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 8 / a / LXCommon / 2.0.0 / LXCommon.podspec.json
blob2034068ae44b559bb8fb4bc283b0e0fd0dd63214
2   "name": "LXCommon",
3   "version": "2.0.0",
4   "summary": "Common组件",
5   "description": "These files are the files of the core infrastructure, \nThese files need to be integrated and managed through cocoapods.",
6   "homepage": "https://github.com/SimilarAndStrange/Common.git",
7   "license": "MIT",
8   "authors": {
9     "linxia": "linxia.wang@aorise.org"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/SimilarAndStrange/Common.git",
16     "tag": "2.0.0"
17   },
18   "requires_arc": true,
19   "source_files": "Core/Core/**/*.{h,m}",
20   "resources": [
21     "Core/Resource/Core.bundle",
22     "Core/Core/**/**.{xib}"
23   ],
24   "dependencies": {
25     "MBProgressHUD": [
26       "~> 1.0.0"
27     ]
28   }