[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 2 / f / PonyDebugger / 0.3.0 / PonyDebugger.podspec.json
blob66a0b506bfbcd480f08f2fce9fec78255459e270
2   "name": "PonyDebugger",
3   "version": "0.3.0",
4   "summary": "Remote network and data debugging for your native iOS app using Chrome Developer Tools.",
5   "homepage": "https://github.com/square/PonyDebugger",
6   "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",
7   "authors": "Square",
8   "source": {
9     "git": "https://github.com/square/PonyDebugger.git",
10     "tag": "v0.3.0"
11   },
12   "license": "Apache License, Version 2.0",
13   "requires_arc": true,
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": "ObjC/{DerivedSources,PonyDebugger}/**/*.{h,m}",
18   "dependencies": {
19     "SocketRocket": [
21     ]
22   },
23   "frameworks": [
24     "CoreData",
25     "CoreGraphics"
26   ]