[Add] AMRAdapterBigo-Beta 4.6.0.1
[CocoaPods.git] / Specs / e / c / a / STDebugConsole / 0.1.1 / STDebugConsole.podspec.json
bloba507ce8afe1090d705d3f7c85fd811e23d92cd1e
2   "name": "STDebugConsole",
3   "version": "0.1.1",
4   "summary": "Debug Console in your application.",
5   "description": "Redirect NSLog to file system, and print all log in App. Tester can see all log info in application.",
6   "homepage": "https://github.com/startry/STDebugConsole",
7   "license": "MIT",
8   "authors": {
9     "chenxing.cx": "chenxingfl@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/startry/STDebugConsole.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/xStartry",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "STDebugConsole": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h",
27   "frameworks": [
28     "UIKit",
29     "Foundation"
30   ]