[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / e / 8 / a / LXCommon / 1.0.3 / LXCommon.podspec.json
blob4040a54f7aceed010d0e2e4e111dbdb6c89b1e16
2   "name": "LXCommon",
3   "version": "1.0.3",
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": "1.0.3"
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   }