blob: ea9a95d0c783cf1c3c2e288b683599b17e6e1b4d [file] [log] [blame]
{
"name": "MJDevice",
"version": "0.1.0",
"summary": "MJDevice is use to get device info.",
"homepage": "https://github.com/Musjoy/MJDevice",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Raymomd": "Ray.musjoy@gmail.com"
},
"source": {
"git": "https://github.com/Musjoy/MJDevice.git",
"tag": "v-0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MJDevice/Classes/**/*",
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "MODULE_DEVICE"
},
"dependencies": {
"ModuleCapability": [
]
},
"prefix_header_contents": "#import <ModuleCapability.h>"
}