[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 3 / e / MJUtils / 0.1.1 / MJUtils.podspec.json
blobad29355ca9002959b03419ee0a31fc80208a3961
2   "name": "MJUtils",
3   "version": "0.1.1",
4   "summary": "This is utils for system class.",
5   "homepage": "https://github.com/Musjoy/MJUtils",
6   "license": "MIT",
7   "authors": {
8     "Raymond": "Ray.musjoy@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/Musjoy/MJUtils.git",
12     "tag": "v-0.1.1"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source_files": "MJUtils/Classes/**/*",
18   "user_target_xcconfig": {
19     "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_UTILS"
20   },
21   "dependencies": {
22     "ModuleCapability": [
23       "~> 0.1.2"
24     ]
25   },
26   "prefix_header_contents": "#import \"ModuleCapability.h\""