[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 9 / 3 / 1 / RCDebugKit / 0.1.1 / RCDebugKit.podspec.json
blob0ce1f0fc39724ffa1da5d03ddeccc3565d4c1741
2   "name": "RCDebugKit",
3   "version": "0.1.1",
4   "summary": "Rico's debug tool collection.",
5   "description": "Rico's debug tool collection. Including FPSLabel, Toast...",
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.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "requires_arc": true,
25       "source_files": "RCDebugKit/Classes/*.{h,m,mm}",
26       "public_header_files": "RCDebugKit/Classes/*.h",
27       "frameworks": [
28         "Foundation",
29         "UIKit"
30       ],
31       "libraries": [
32         "stdc++.6",
33         "stdc++"
34       ]
35     },
36     {
37       "name": "FPSLabel",
38       "requires_arc": true,
39       "source_files": "RCDebugKit/Classes/YYFPSLabel/*.{h,m}",
40       "public_header_files": "RCDebugKit/Classes/YYFPSLabel/*.h",
41       "frameworks": [
42         "Foundation",
43         "UIKit"
44       ],
45       "libraries": [
46         "stdc++.6",
47         "stdc++"
48       ]
49     },
50     {
51       "name": "Hint",
52       "requires_arc": true,
53       "source_files": "RCDebugKit/Classes/Hint/*.{h,m}",
54       "public_header_files": "RCDebugKit/Classes/Hint/*.h",
55       "frameworks": [
56         "Foundation",
57         "UIKit"
58       ],
59       "libraries": [
60         "stdc++.6",
61         "stdc++"
62       ],
63       "dependencies": {
64         "RCDebugKit/Core": [
66         ]
67       }
68     }
69   ]