blob: 76105a75bbc8bd61ecae982eb79b2847d2cc9c3c [file] [log] [blame]
{
"name": "REDebugClient",
"version": "1.0",
"summary": "Advanced remote Xcode logging in Terminal app.",
"authors": {
"Roman Efimov": "romefimov@gmail.com"
},
"homepage": "https://github.com/romaonthego/REDebugClient",
"source": {
"git": "https://github.com/romaonthego/REDebugClient.git",
"tag": "1.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"requires_arc": true,
"platforms": {
"ios": "4.3",
"osx": "10.7"
},
"source_files": "REDebugClient",
"public_header_files": "REDebugClient/*.h",
"dependencies": {
"CocoaAsyncSocket": [
"~> 0.0.1"
]
}
}