[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 1 / d / RKConsole / 1.0 / RKConsole.podspec.json
blobdcc866478c81fe93241aa454cc1c4f75d5bd8907
2   "name": "RKConsole",
3   "version": "1.0",
4   "summary": "日志控件",
5   "description": "一款可以在app展示控制台的log的插件,并且可以展示最后一次崩溃的日志(由WQConsole修改而来) 目前只提供Object-C 版本.",
6   "homepage": "https://github.com/kaenstc/RKConsole",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kaenstc": "254526100@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/kaenstc/RKConsole.git",
16     "tag": "1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RKConsoleDemo/RKConsole/*.{h,m}",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "requires_arc": true