[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 9 / 4 / c / BeeDebugger / 0.1 / BeeDebugger.podspec.json
blobc664a6054e0a4c37ce162f619e9531f799662cf7
2   "name": "BeeDebugger",
3   "version": "0.1",
4   "summary": "A powerful runtime Debugger on iOS platform.",
5   "description": "    BeeDebugger can show your system info and memeory usage when running your app.\n    Just add [BeeDebugger show]; after [<main window> makeKeyAndVisible];\n",
6   "homepage": "http://bbs.whatsbug.com",
7   "license": "MIT",
8   "authors": {
9     "gavinkwoe": "gavinkwoe@gmail.com"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/stcui/BeeFramework.git",
16     "tag": "0.1"
17   },
18   "source_files": "BeeDebugger",
19   "resources": "BeeDebugger/*.png",
20   "frameworks": [
21     "CoreMedia",
22     "CoreVideo",
23     "AVFoundation",
24     "Security",
25     "SystemConfiguration",
26     "QuartzCore",
27     "MobileCoreServices",
28     "CFNetwork"
29   ],
30   "libraries": "z",
31   "xcconfig": {
32     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libz"
33   },
34   "dependencies": {
35     "BeeFramework": [
37     ]
38   },
39   "requires_arc": false