blob: 358050ad5aa800ed2f3cea90605d6263e80e0575 [file] [log] [blame]
{
"name": "PonyDebugger",
"version": "0.5",
"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. It is a client library and gateway server combination that uses Chrome Developer Tools on your browser to debug your application\\s network traffic et managed object contexts",
"authors": "Square",
"source": {
"git": "https://github.com/square/PonyDebugger.git",
"tag": "v0.5"
},
"license": "Apache License, Version 2.0",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "ObjC/{DerivedSources,PonyDebugger}/**/*.{h,m}",
"frameworks": [
"CoreData",
"CoreGraphics"
],
"dependencies": {
"SocketRocket": [
"0.5.1"
]
},
"xcconfig": {
"ENABLE_NS_ASSERTIONS": "YES"
}
}