blob: b14c9881170c97b844224c5439371109c43eaa17 [file] [log] [blame]
{
"name": "PonyDebugger",
"version": "0.0.1",
"summary": "Remote network and data debugging for your native iOS app using Chrome Developer Tools.",
"description": " PonyDebugger is a remote debugging toolset.\n It is a client library and gateway server combination that uses Chrome Developer Tools on your browser to debug your application's network traffic and managed object contexts.\n",
"homepage": "https://github.com/square/PonyDebugger",
"license": "Apache License, Version 2.0",
"authors": "Square",
"source": {
"git": "https://github.com/square/PonyDebugger.git",
"commit": "31d05eb56b2d1b04e815579ba15b0b7c4104596e"
},
"platforms": {
"ios": "5.0"
},
"source_files": "ObjC/{DerivedSources,PonyDebugger}/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"SocketRocket": [
]
},
"frameworks": "CoreData"
}