[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / 2 / f / PonyDebugger / 0.4.5 / PonyDebugger.podspec.json
blobb0b7c44cec35d2d2246d9a3ed9b60bbc4116889e
2   "name": "PonyDebugger",
3   "version": "0.4.5",
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.5"
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   },
27   "xcconfig": {
28     "ENABLE_NS_ASSERTIONS": "YES"
29   }