blob: fa6452548ebce7fc0bfbd01997c5ad4b3b4ba3ac [file] [log] [blame]
{
"name": "PonyDebugger",
"version": "0.3.1",
"summary": "Remote network and data debugging for your native iOS app using Chrome Developer Tools.",
"homepage": "https://github.com/square/PonyDebugger",
"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",
"authors": "Square",
"source": {
"git": "https://github.com/square/PonyDebugger.git",
"tag": "v0.3.1"
},
"license": "Apache License, Version 2.0",
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"source_files": "ObjC/{DerivedSources,PonyDebugger}/**/*.{h,m}",
"dependencies": {
"SocketRocket": [
]
},
"frameworks": [
"CoreData",
"CoreGraphics"
]
}