[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 3 / 1 / RCDebugKit / 0.1.0 / RCDebugKit.podspec.json
blob773207b690feea1a6e931269755f32f2ffcb83c2
2   "name": "RCDebugKit",
3   "version": "0.1.0",
4   "summary": "Rico's debug tool collection.",
5   "description": "Rico's debug tool collection. Including FPSLabel...",
6   "homepage": "https://github.com/yxjxx/RCDebugKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yxjxx": "i@yxjxx.com"
13   },
14   "source": {
15     "git": "https://github.com/yxjxx/RCDebugKit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "FPSLabel",
24       "requires_arc": true,
25       "source_files": "RCDebugKit/Classes/YYFPSLabel/*.{h,m}",
26       "public_header_files": "RCDebugKit/Classes/YYFPSLabel/*.h",
27       "frameworks": [
28         "Foundation",
29         "UIKit"
30       ],
31       "libraries": [
32         "stdc++.6",
33         "stdc++"
34       ]
35     }
36   ]