blob: 7dd8aef9da4d0b660772fd335e4e9a30ecd68d86 [file] [log] [blame]
{
"name": "STDebugConsole",
"version": "0.1.0",
"summary": "Debug Console in your application.",
"description": "Redirect NSLog to file system, and print all log in App. Tester can see all log info in application.",
"homepage": "https://github.com/startry/STDebugConsole",
"license": "MIT",
"authors": {
"chenxing.cx": "chenxingfl@gmail.com"
},
"source": {
"git": "https://github.com/startry/STDebugConsole.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/xStartry",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"STDebugConsole": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}