blob: 84c6eb57ced9a9042a90ef3ca05311aa0941932c [file] [log] [blame]
{
"name": "MJKeywordTool",
"version": "0.1.0",
"summary": "This is a keyword tool.",
"homepage": "https://github.com/Musjoy/MJKeywordTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ray": "Ray.musjoy@gmail.com"
},
"source": {
"git": "https://github.com/Musjoy/MJKeywordTool.git",
"tag": "v-0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "MJKeywordTool/Classes/**/*",
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "MODULE_KEYWORD_TOOL"
},
"dependencies": {
"ModuleCapability": [
"~> 0.1.2"
]
},
"prefix_header_contents": "#import \"ModuleCapability.h\""
}