[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / 7 / c / TTConsole / 0.1.6 / TTConsole.podspec.json
blob3a69c231f80d48a57d691463bf61ea1b6f8aa79a
2   "name": "TTConsole",
3   "version": "0.1.6",
4   "summary": "A short description of TTConsole.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/icofans/TTConsole",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "icofans": "565057208@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/icofans/TTConsole.git",
16     "tag": "0.1.6"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TTConsole/*.{h,m}",
22   "resource_bundles": {
23     "Resource": [
24       "TTConsole/Assets/Resource/*.png"
25     ]
26   },
27   "dependencies": {
28     "fishhook": [
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Console",
35       "source_files": "TTConsole/Console/*.{h,m}",
36       "frameworks": "UIKit",
37       "dependencies": {
38         "TTConsole/Log": [
40         ],
41         "TTConsole/Env": [
43         ],
44         "TTConsole/Http": [
46         ],
47         "TTConsole/Crash": [
49         ],
50         "TTConsole/Sandbox": [
52         ]
53       }
54     },
55     {
56       "name": "Log",
57       "source_files": "TTConsole/Log/*.{h,m}",
58       "frameworks": "UIKit"
59     },
60     {
61       "name": "Env",
62       "source_files": "TTConsole/Env/*.{h,m}",
63       "frameworks": "UIKit"
64     },
65     {
66       "name": "Http",
67       "source_files": "TTConsole/Http/*.{h,m}",
68       "frameworks": "UIKit"
69     },
70     {
71       "name": "Crash",
72       "source_files": "TTConsole/Crash/*.{h,m}",
73       "frameworks": "UIKit"
74     },
75     {
76       "name": "Sandbox",
77       "source_files": "TTConsole/Sandbox/*.{h,m}",
78       "frameworks": [
79         "QuickLook",
80         "UIKit"
81       ]
82     }
83   ]