[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / c / a / STDebugConsole / 0.1.0 / STDebugConsole.podspec.json
blob7dd8aef9da4d0b660772fd335e4e9a30ecd68d86
2   "name": "STDebugConsole",
3   "version": "0.1.0",
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.0"
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   ]