blob: 375803df5368e420ee0eae072f1f03367ecaa57d [file] [log] [blame]
{
"name": "MJAlertManager",
"version": "0.1.1",
"summary": "A Manager of alert.",
"homepage": "https://github.com/Musjoy/MJAlertManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Raymond": "Raymond.huang@musjoy.com"
},
"source": {
"git": "https://github.com/Musjoy/MJAlertManager.git",
"tag": "v-0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MJAlertManager/Classes/**/*",
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "MODULE_ALERT_MANAGER"
},
"dependencies": {
"ModuleCapability": [
]
},
"prefix_header_contents": "#import \"ModuleCapability.h\""
}