blob: 027f589e10ac56671434e81d5f9f3535c6539103 [file] [log] [blame]
{
"name": "SGDebugMode",
"version": "1.0.0",
"summary": "Easy to add debug mode config items to your app.",
"description": "Easy to add debug mode config items to your app. For example, device information, application information, user information, web link address, network api address, debug configuration items, etc.",
"homepage": "https://github.com/johnnylius/SGDebugMode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liuhuan": "lh621@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/johnnylius/SGDebugMode.git",
"tag": "1.0.0"
},
"source_files": "SGDebugMode/**/*.{h,m}",
"public_header_files": "SGDebugMode/**/*.h",
"requires_arc": true
}