-
Notifications
You must be signed in to change notification settings - Fork 1
/
pods.json
134 lines (134 loc) · 4.08 KB
/
pods.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"qtjack": {
"url": "https://github.com/cybercatalyst/qtjack.git",
"author": "Jacob Dawid",
"license": "GPLv3",
"description": "Interface the JACK Audio Connection Kit."
},
"qtsystemtrayiconmac": {
"url": "https://github.com/cybercatalyst/qtsystemtrayiconmac.git",
"author": "Jacob Dawid",
"license": "AGPLv3",
"description": "System tray icon with MacOSX native features."
},
"qtoauth2": {
"url": "https://github.com/cybercatalyst/qtoauth2.git",
"author": "Jacob Dawid",
"license": "AGPLv3",
"description": "OAuth2 authentication."
},
"qtverbalexpressions": {
"url": "https://github.com/VerbalExpressions/QtVerbalExpressions.git",
"author": "Skhaz",
"license": "MIT",
"description": "Regular expressions with spoken words."
},
"qton": {
"url": "https://github.com/cybercatalyst/qton.git",
"author": "TrigenSoftware",
"license": "BSD-like",
"description": "Qt Object Notation to JSON translator."
},
"qtplist": {
"url": "https://github.com/reillywatson/qtplist.git",
"author": "Reilly Watson",
"license": "MIT",
"description": "Read and write plist (Mac OS X property list) files."
},
"qthtmlencode": {
"url": "https://github.com/cybercatalyst/qthtmlencode.git",
"author": "Reilly Watson",
"license": "MIT",
"description": "HTML encode strings."
},
"qtredmine": {
"url": "https://github.com/Kernald/redmine-qt.git",
"author": "Kernald",
"license": "BSD-like",
"description": "Access to a Redmine instance using its REST API."
},
"qtwaitingspinner": {
"url": "https://github.com/cybercatalyst/qtwaitingspinner.git",
"author": "Alexander Turkin, William Hallatt, Jacob Dawid",
"license": "MIT",
"description": "Floating waiting spinner widget."
},
"qtogrewidget": {
"url": "https://github.com/cybercatalyst/qtogrewidget.git",
"author": "Jacob Dawid",
"license": "AGPLv3",
"description": "Embed an OGRE window in a widget."
},
"qtgamepad": {
"url": "https://github.com/cybercatalyst/qtgamepad.git",
"author": "Andy Nichols",
"license": "BSD-like",
"description": "Access gamepads and controllers."
},
"qtterminalwidget": {
"url": "https://github.com/cybercatalyst/qtterminalwidget.git",
"author": "Various",
"license": "GPLv2",
"description": "True terminal emulation as a Qt widget."
},
"qtwebserver": {
"url": "https://github.com/cybercatalyst/qtwebserver.git",
"author": "Jacob Dawid",
"license": "GPLv3",
"description": "Embeddable, multithreaded webserver."
},
"qtirc": {
"url": "https://github.com/cybercatalyst/qtirc.git",
"author": "Jacob Dawid",
"license": "GPLv3",
"description": "IRC chat client."
},
"qtbonjour": {
"url": "https://github.com/sikoragmbh/qtbonjour.git",
"author": "Trenton Schulz",
"license": "BSD-like",
"description": "Access and expose bonjour network services."
},
"qtnotify": {
"url": "https://github.com/cybercatalyst/qtnotify.git",
"author": "Mohammed Nafees",
"license": "BSD-like",
"description": "Show desktop notfications."
},
"qtsmtpclient": {
"url": "https://github.com/cybercatalyst/qtsmtpclient.git",
"author": "Tőkés Attila",
"license": "LGPLv2",
"description": "Send E-Mails with attachments via STMP."
},
"qtlzma": {
"url": "https://github.com/sladage/QtLZMA.git",
"author": "Stefan Ladage",
"license": "LGPLv3",
"description": "LZMA compression encoding/decoding."
},
"qtqrencode": {
"url": "https://github.com/cybercatalyst/qtqrencode.git",
"author": "Neal Sebastian",
"license": "MIT",
"description": "Generate QR Codes from QByteArray data."
},
"qt-pods-core": {
"url": "https://github.com/qt-pods/qt-pods-core.git",
"author": "Jacob Dawid",
"license": "GPLv3",
"description": "Qt Pods managment functions."
},
"qtflickr": {
"url": "https://github.com/cybercatalyst/qtflickr.git",
"author": "Evgeni Gordejev",
"license": "LGPLv2.1",
"description": "Access flickr."
},
"qtdropbox": {
"url": "https://github.com/cybercatalyst/qtdropbox.git",
"author": "Daniel Eder",
"license": "LGPLv3",
"description": "Access dropbox."
}
}