blob: fdf23ccff7e5f7b66d13812c40313824fdcefd6b [file] [log] [blame]
{
"name": "MJLocalize",
"version": "0.1.0",
"summary": "MJLocalize is use to get localized string from plist",
"homepage": "https://github.com/Musjoy/MJLocalize",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Musjoy": "Ray.musjoy@gmail.com"
},
"source": {
"git": "https://github.com/Musjoy/MJLocalize.git",
"tag": "v-0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MJLocalize/Classes/**/*",
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "MODULE_LOCALIZE"
},
"dependencies": {
"ModuleCapability": [
"~> 0.1.2"
]
},
"prefix_header_contents": "#import \"ModuleCapability.h\""
}