[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / e / 4 / a / MJKeywordTool / 0.1.0 / MJKeywordTool.podspec.json
blob84c6eb57ced9a9042a90ef3ca05311aa0941932c
2   "name": "MJKeywordTool",
3   "version": "0.1.0",
4   "summary": "This is a keyword tool.",
5   "homepage": "https://github.com/Musjoy/MJKeywordTool",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Ray": "Ray.musjoy@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/Musjoy/MJKeywordTool.git",
15     "tag": "v-0.1.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "MJKeywordTool/Classes/**/*",
21   "user_target_xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_KEYWORD_TOOL"
23   },
24   "dependencies": {
25     "ModuleCapability": [
26       "~> 0.1.2"
27     ]
28   },
29   "prefix_header_contents": "#import \"ModuleCapability.h\""