[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 2 / f / PonyDebugger / 0.4.2 / PonyDebugger.podspec.json
blob2a085c94eb29c4f220568b6e8d40e96343e6465a
2   "name": "PonyDebugger",
3   "version": "0.4.2",
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. 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",
7   "authors": "Square",
8   "source": {
9     "git": "https://github.com/square/PonyDebugger.git",
10     "tag": "v0.4.2"
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   "frameworks": [
19     "CoreData",
20     "CoreGraphics"
21   ],
22   "dependencies": {
23     "SocketRocket": [
25     ]
26   }