blob: 074cfa5434ff3d2830a44c230bbabf3f8b0a312c [file] [log] [blame]
{
"name": "MJPushManager",
"version": "0.1.0",
"summary": "A manager to deal with remote notification.",
"homepage": "https://github.com/Musjoy/MJPushManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Raymond": "Ray.musjoy@gmail.com"
},
"source": {
"git": "https://github.com/Musjoy/MJPushManager.git",
"tag": "v-0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "MJPushManager/Classes/**/*",
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "MODULE_PUSH_MANAGER"
},
"dependencies": {
"ModuleCapability": [
"~> 0.1.2"
]
},
"prefix_header_contents": "#import \"ModuleCapability.h\""
}