Pods-SolarLamp-acknowledgements.plist 52 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>PreferenceSpecifiers</key>
  6. <array>
  7. <dict>
  8. <key>FooterText</key>
  9. <string>This application makes use of the following third party libraries:</string>
  10. <key>Title</key>
  11. <string>Acknowledgements</string>
  12. <key>Type</key>
  13. <string>PSGroupSpecifier</string>
  14. </dict>
  15. <dict>
  16. <key>FooterText</key>
  17. <string>Copyright (c) 2011-2016 Alamofire Software Foundation (http://alamofire.org/)
  18. Permission is hereby granted, free of charge, to any person obtaining a copy
  19. of this software and associated documentation files (the "Software"), to deal
  20. in the Software without restriction, including without limitation the rights
  21. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  22. copies of the Software, and to permit persons to whom the Software is
  23. furnished to do so, subject to the following conditions:
  24. The above copyright notice and this permission notice shall be included in
  25. all copies or substantial portions of the Software.
  26. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  27. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  28. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  29. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  30. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  31. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  32. THE SOFTWARE.
  33. </string>
  34. <key>License</key>
  35. <string>MIT</string>
  36. <key>Title</key>
  37. <string>AFNetworking</string>
  38. <key>Type</key>
  39. <string>PSGroupSpecifier</string>
  40. </dict>
  41. <dict>
  42. <key>FooterText</key>
  43. <string>Copyright (c) 2011, Tim Cinel (see AUTHORS)
  44. All rights reserved.
  45. Redistribution and use in source and binary forms, with or without
  46. modification, are permitted provided that the following conditions are met:
  47. * Redistributions of source code must retain the above copyright
  48. notice, this list of conditions and the following disclaimer.
  49. * Redistributions in binary form must reproduce the above copyright
  50. notice, this list of conditions and the following disclaimer in the
  51. documentation and/or other materials provided with the distribution.
  52. * Neither the name of the &lt;organization&gt; nor the
  53. names of its contributors may be used to endorse or promote products
  54. derived from this software without specific prior written permission.
  55. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  56. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  57. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  58. DISCLAIMED. IN NO EVENT SHALL &lt;COPYRIGHT HOLDER&gt; BE LIABLE FOR ANY
  59. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  60. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  61. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  62. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  63. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  64. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  65. </string>
  66. <key>License</key>
  67. <string>BSD</string>
  68. <key>Title</key>
  69. <string>ActionSheetPicker-3.0</string>
  70. <key>Type</key>
  71. <string>PSGroupSpecifier</string>
  72. </dict>
  73. <dict>
  74. <key>FooterText</key>
  75. <string>Copyright (c) 2014 Alamofire Software Foundation (http://alamofire.org/)
  76. Permission is hereby granted, free of charge, to any person obtaining a copy
  77. of this software and associated documentation files (the "Software"), to deal
  78. in the Software without restriction, including without limitation the rights
  79. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  80. copies of the Software, and to permit persons to whom the Software is
  81. furnished to do so, subject to the following conditions:
  82. The above copyright notice and this permission notice shall be included in
  83. all copies or substantial portions of the Software.
  84. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  85. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  86. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  87. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  88. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  89. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  90. THE SOFTWARE.
  91. </string>
  92. <key>License</key>
  93. <string>MIT</string>
  94. <key>Title</key>
  95. <string>Alamofire</string>
  96. <key>Type</key>
  97. <string>PSGroupSpecifier</string>
  98. </dict>
  99. <dict>
  100. <key>FooterText</key>
  101. <string>Licensed under the **MIT** license
  102. &gt; Copyright (c) 2015 Hyper Interaktiv AS
  103. &gt;
  104. &gt; Permission is hereby granted, free of charge, to any person obtaining
  105. &gt; a copy of this software and associated documentation files (the
  106. &gt; "Software"), to deal in the Software without restriction, including
  107. &gt; without limitation the rights to use, copy, modify, merge, publish,
  108. &gt; distribute, sublicense, and/or sell copies of the Software, and to
  109. &gt; permit persons to whom the Software is furnished to do so, subject to
  110. &gt; the following conditions:
  111. &gt;
  112. &gt; The above copyright notice and this permission notice shall be
  113. &gt; included in all copies or substantial portions of the Software.
  114. &gt;
  115. &gt; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  116. &gt; EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  117. &gt; MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  118. &gt; IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  119. &gt; CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  120. &gt; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  121. &gt; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  122. </string>
  123. <key>License</key>
  124. <string>MIT</string>
  125. <key>Title</key>
  126. <string>BarcodeScanner</string>
  127. <key>Type</key>
  128. <string>PSGroupSpecifier</string>
  129. </dict>
  130. <dict>
  131. <key>FooterText</key>
  132. <string>Apache License
  133. Version 2.0, January 2004
  134. http://www.apache.org/licenses/
  135. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  136. 1. Definitions.
  137. "License" shall mean the terms and conditions for use, reproduction,
  138. and distribution as defined by Sections 1 through 9 of this document.
  139. "Licensor" shall mean the copyright owner or entity authorized by
  140. the copyright owner that is granting the License.
  141. "Legal Entity" shall mean the union of the acting entity and all
  142. other entities that control, are controlled by, or are under common
  143. control with that entity. For the purposes of this definition,
  144. "control" means (i) the power, direct or indirect, to cause the
  145. direction or management of such entity, whether by contract or
  146. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  147. outstanding shares, or (iii) beneficial ownership of such entity.
  148. "You" (or "Your") shall mean an individual or Legal Entity
  149. exercising permissions granted by this License.
  150. "Source" form shall mean the preferred form for making modifications,
  151. including but not limited to software source code, documentation
  152. source, and configuration files.
  153. "Object" form shall mean any form resulting from mechanical
  154. transformation or translation of a Source form, including but
  155. not limited to compiled object code, generated documentation,
  156. and conversions to other media types.
  157. "Work" shall mean the work of authorship, whether in Source or
  158. Object form, made available under the License, as indicated by a
  159. copyright notice that is included in or attached to the work
  160. (an example is provided in the Appendix below).
  161. "Derivative Works" shall mean any work, whether in Source or Object
  162. form, that is based on (or derived from) the Work and for which the
  163. editorial revisions, annotations, elaborations, or other modifications
  164. represent, as a whole, an original work of authorship. For the purposes
  165. of this License, Derivative Works shall not include works that remain
  166. separable from, or merely link (or bind by name) to the interfaces of,
  167. the Work and Derivative Works thereof.
  168. "Contribution" shall mean any work of authorship, including
  169. the original version of the Work and any modifications or additions
  170. to that Work or Derivative Works thereof, that is intentionally
  171. submitted to Licensor for inclusion in the Work by the copyright owner
  172. or by an individual or Legal Entity authorized to submit on behalf of
  173. the copyright owner. For the purposes of this definition, "submitted"
  174. means any form of electronic, verbal, or written communication sent
  175. to the Licensor or its representatives, including but not limited to
  176. communication on electronic mailing lists, source code control systems,
  177. and issue tracking systems that are managed by, or on behalf of, the
  178. Licensor for the purpose of discussing and improving the Work, but
  179. excluding communication that is conspicuously marked or otherwise
  180. designated in writing by the copyright owner as "Not a Contribution."
  181. "Contributor" shall mean Licensor and any individual or Legal Entity
  182. on behalf of whom a Contribution has been received by Licensor and
  183. subsequently incorporated within the Work.
  184. 2. Grant of Copyright License. Subject to the terms and conditions of
  185. this License, each Contributor hereby grants to You a perpetual,
  186. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  187. copyright license to reproduce, prepare Derivative Works of,
  188. publicly display, publicly perform, sublicense, and distribute the
  189. Work and such Derivative Works in Source or Object form.
  190. 3. Grant of Patent License. Subject to the terms and conditions of
  191. this License, each Contributor hereby grants to You a perpetual,
  192. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  193. (except as stated in this section) patent license to make, have made,
  194. use, offer to sell, sell, import, and otherwise transfer the Work,
  195. where such license applies only to those patent claims licensable
  196. by such Contributor that are necessarily infringed by their
  197. Contribution(s) alone or by combination of their Contribution(s)
  198. with the Work to which such Contribution(s) was submitted. If You
  199. institute patent litigation against any entity (including a
  200. cross-claim or counterclaim in a lawsuit) alleging that the Work
  201. or a Contribution incorporated within the Work constitutes direct
  202. or contributory patent infringement, then any patent licenses
  203. granted to You under this License for that Work shall terminate
  204. as of the date such litigation is filed.
  205. 4. Redistribution. You may reproduce and distribute copies of the
  206. Work or Derivative Works thereof in any medium, with or without
  207. modifications, and in Source or Object form, provided that You
  208. meet the following conditions:
  209. (a) You must give any other recipients of the Work or
  210. Derivative Works a copy of this License; and
  211. (b) You must cause any modified files to carry prominent notices
  212. stating that You changed the files; and
  213. (c) You must retain, in the Source form of any Derivative Works
  214. that You distribute, all copyright, patent, trademark, and
  215. attribution notices from the Source form of the Work,
  216. excluding those notices that do not pertain to any part of
  217. the Derivative Works; and
  218. (d) If the Work includes a "NOTICE" text file as part of its
  219. distribution, then any Derivative Works that You distribute must
  220. include a readable copy of the attribution notices contained
  221. within such NOTICE file, excluding those notices that do not
  222. pertain to any part of the Derivative Works, in at least one
  223. of the following places: within a NOTICE text file distributed
  224. as part of the Derivative Works; within the Source form or
  225. documentation, if provided along with the Derivative Works; or,
  226. within a display generated by the Derivative Works, if and
  227. wherever such third-party notices normally appear. The contents
  228. of the NOTICE file are for informational purposes only and
  229. do not modify the License. You may add Your own attribution
  230. notices within Derivative Works that You distribute, alongside
  231. or as an addendum to the NOTICE text from the Work, provided
  232. that such additional attribution notices cannot be construed
  233. as modifying the License.
  234. You may add Your own copyright statement to Your modifications and
  235. may provide additional or different license terms and conditions
  236. for use, reproduction, or distribution of Your modifications, or
  237. for any such Derivative Works as a whole, provided Your use,
  238. reproduction, and distribution of the Work otherwise complies with
  239. the conditions stated in this License.
  240. 5. Submission of Contributions. Unless You explicitly state otherwise,
  241. any Contribution intentionally submitted for inclusion in the Work
  242. by You to the Licensor shall be under the terms and conditions of
  243. this License, without any additional terms or conditions.
  244. Notwithstanding the above, nothing herein shall supersede or modify
  245. the terms of any separate license agreement you may have executed
  246. with Licensor regarding such Contributions.
  247. 6. Trademarks. This License does not grant permission to use the trade
  248. names, trademarks, service marks, or product names of the Licensor,
  249. except as required for reasonable and customary use in describing the
  250. origin of the Work and reproducing the content of the NOTICE file.
  251. 7. Disclaimer of Warranty. Unless required by applicable law or
  252. agreed to in writing, Licensor provides the Work (and each
  253. Contributor provides its Contributions) on an "AS IS" BASIS,
  254. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  255. implied, including, without limitation, any warranties or conditions
  256. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  257. PARTICULAR PURPOSE. You are solely responsible for determining the
  258. appropriateness of using or redistributing the Work and assume any
  259. risks associated with Your exercise of permissions under this License.
  260. 8. Limitation of Liability. In no event and under no legal theory,
  261. whether in tort (including negligence), contract, or otherwise,
  262. unless required by applicable law (such as deliberate and grossly
  263. negligent acts) or agreed to in writing, shall any Contributor be
  264. liable to You for damages, including any direct, indirect, special,
  265. incidental, or consequential damages of any character arising as a
  266. result of this License or out of the use or inability to use the
  267. Work (including but not limited to damages for loss of goodwill,
  268. work stoppage, computer failure or malfunction, or any and all
  269. other commercial damages or losses), even if such Contributor
  270. has been advised of the possibility of such damages.
  271. 9. Accepting Warranty or Additional Liability. While redistributing
  272. the Work or Derivative Works thereof, You may choose to offer,
  273. and charge a fee for, acceptance of support, warranty, indemnity,
  274. or other liability obligations and/or rights consistent with this
  275. License. However, in accepting such obligations, You may act only
  276. on Your own behalf and on Your sole responsibility, not on behalf
  277. of any other Contributor, and only if You agree to indemnify,
  278. defend, and hold each Contributor harmless for any liability
  279. incurred by, or claims asserted against, such Contributor by reason
  280. of your accepting any such warranty or additional liability.
  281. END OF TERMS AND CONDITIONS
  282. APPENDIX: How to apply the Apache License to your work.
  283. To apply the Apache License to your work, attach the following
  284. boilerplate notice, with the fields enclosed by brackets "{}"
  285. replaced with your own identifying information. (Don't include
  286. the brackets!) The text should be enclosed in the appropriate
  287. comment syntax for the file format. We also recommend that a
  288. file or class name and description of purpose be included on the
  289. same "printed page" as the copyright notice for easier
  290. identification within third-party archives.
  291. Copyright 2016-2019 Daniel Cohen Gindi &amp; Philipp Jahoda
  292. Licensed under the Apache License, Version 2.0 (the "License");
  293. you may not use this file except in compliance with the License.
  294. You may obtain a copy of the License at
  295. http://www.apache.org/licenses/LICENSE-2.0
  296. Unless required by applicable law or agreed to in writing, software
  297. distributed under the License is distributed on an "AS IS" BASIS,
  298. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  299. See the License for the specific language governing permissions and
  300. limitations under the License.
  301. </string>
  302. <key>License</key>
  303. <string>Apache License, Version 2.0</string>
  304. <key>Title</key>
  305. <string>Charts</string>
  306. <key>Type</key>
  307. <string>PSGroupSpecifier</string>
  308. </dict>
  309. <dict>
  310. <key>FooterText</key>
  311. <string>The MIT License (MIT)
  312. Copyright (c) 2016 lihao
  313. Permission is hereby granted, free of charge, to any person obtaining a copy
  314. of this software and associated documentation files (the "Software"), to deal
  315. in the Software without restriction, including without limitation the rights
  316. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  317. copies of the Software, and to permit persons to whom the Software is
  318. furnished to do so, subject to the following conditions:
  319. The above copyright notice and this permission notice shall be included in all
  320. copies or substantial portions of the Software.
  321. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  322. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  323. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  324. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  325. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  326. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  327. SOFTWARE.
  328. </string>
  329. <key>License</key>
  330. <string>MIT</string>
  331. <key>Title</key>
  332. <string>ESPullToRefresh</string>
  333. <key>Type</key>
  334. <string>PSGroupSpecifier</string>
  335. </dict>
  336. <dict>
  337. <key>FooterText</key>
  338. <string>The MIT License (MIT)
  339. Copyright (c) 2016 Chris Jimenez
  340. Permission is hereby granted, free of charge, to any person obtaining a copy
  341. of this software and associated documentation files (the "Software"), to deal
  342. in the Software without restriction, including without limitation the rights
  343. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  344. copies of the Software, and to permit persons to whom the Software is
  345. furnished to do so, subject to the following conditions:
  346. The above copyright notice and this permission notice shall be included in all
  347. copies or substantial portions of the Software.
  348. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  349. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  350. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  351. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  352. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  353. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  354. SOFTWARE.
  355. </string>
  356. <key>License</key>
  357. <string>MIT</string>
  358. <key>Title</key>
  359. <string>IBLocalizable</string>
  360. <key>Type</key>
  361. <string>PSGroupSpecifier</string>
  362. </dict>
  363. <dict>
  364. <key>FooterText</key>
  365. <string>MIT License
  366. Copyright (c) 2013-2017 Iftekhar Qurashi
  367. Permission is hereby granted, free of charge, to any person obtaining a copy
  368. of this software and associated documentation files (the "Software"), to deal
  369. in the Software without restriction, including without limitation the rights
  370. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  371. copies of the Software, and to permit persons to whom the Software is
  372. furnished to do so, subject to the following conditions:
  373. The above copyright notice and this permission notice shall be included in all
  374. copies or substantial portions of the Software.
  375. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  376. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  377. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  378. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  379. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  380. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  381. SOFTWARE.
  382. </string>
  383. <key>License</key>
  384. <string>MIT</string>
  385. <key>Title</key>
  386. <string>IQKeyboardManagerSwift</string>
  387. <key>Type</key>
  388. <string>PSGroupSpecifier</string>
  389. </dict>
  390. <dict>
  391. <key>FooterText</key>
  392. <string>The MIT License (MIT)
  393. Copyright (c) 2019 Wei Wang
  394. Permission is hereby granted, free of charge, to any person obtaining a copy
  395. of this software and associated documentation files (the "Software"), to deal
  396. in the Software without restriction, including without limitation the rights
  397. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  398. copies of the Software, and to permit persons to whom the Software is
  399. furnished to do so, subject to the following conditions:
  400. The above copyright notice and this permission notice shall be included in all
  401. copies or substantial portions of the Software.
  402. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  403. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  404. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  405. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  406. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  407. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  408. SOFTWARE.
  409. </string>
  410. <key>License</key>
  411. <string>MIT</string>
  412. <key>Title</key>
  413. <string>Kingfisher</string>
  414. <key>Type</key>
  415. <string>PSGroupSpecifier</string>
  416. </dict>
  417. <dict>
  418. <key>FooterText</key>
  419. <string>The MIT License (MIT)
  420. Copyright (c) 2015 Max Konovalov
  421. Permission is hereby granted, free of charge, to any person obtaining a copy
  422. of this software and associated documentation files (the "Software"), to deal
  423. in the Software without restriction, including without limitation the rights
  424. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  425. copies of the Software, and to permit persons to whom the Software is
  426. furnished to do so, subject to the following conditions:
  427. The above copyright notice and this permission notice shall be included in all
  428. copies or substantial portions of the Software.
  429. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  430. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  431. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  432. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  433. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  434. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  435. SOFTWARE.
  436. </string>
  437. <key>License</key>
  438. <string>MIT</string>
  439. <key>Title</key>
  440. <string>MKRingProgressView</string>
  441. <key>Type</key>
  442. <string>PSGroupSpecifier</string>
  443. </dict>
  444. <dict>
  445. <key>FooterText</key>
  446. <string>The MIT License (MIT)
  447. Copyright (c) 2014-present Artsy, Ash Furrow
  448. Permission is hereby granted, free of charge, to any person obtaining a copy
  449. of this software and associated documentation files (the "Software"), to deal
  450. in the Software without restriction, including without limitation the rights
  451. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  452. copies of the Software, and to permit persons to whom the Software is
  453. furnished to do so, subject to the following conditions:
  454. The above copyright notice and this permission notice shall be included in all
  455. copies or substantial portions of the Software.
  456. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  457. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  458. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  459. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  460. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  461. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  462. SOFTWARE.
  463. </string>
  464. <key>License</key>
  465. <string>MIT</string>
  466. <key>Title</key>
  467. <string>Moya</string>
  468. <key>Type</key>
  469. <string>PSGroupSpecifier</string>
  470. </dict>
  471. <dict>
  472. <key>FooterText</key>
  473. <string>The MIT License (MIT)
  474. Copyright (c) 2015 Ash Furrow
  475. Permission is hereby granted, free of charge, to any person obtaining a copy
  476. of this software and associated documentation files (the "Software"), to deal
  477. in the Software without restriction, including without limitation the rights
  478. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  479. copies of the Software, and to permit persons to whom the Software is
  480. furnished to do so, subject to the following conditions:
  481. The above copyright notice and this permission notice shall be included in all
  482. copies or substantial portions of the Software.
  483. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  484. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  485. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  486. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  487. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  488. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  489. SOFTWARE.
  490. </string>
  491. <key>License</key>
  492. <string>MIT</string>
  493. <key>Title</key>
  494. <string>NSObject+Rx</string>
  495. <key>Type</key>
  496. <string>PSGroupSpecifier</string>
  497. </dict>
  498. <dict>
  499. <key>FooterText</key>
  500. <string>The MIT License (MIT)
  501. Copyright (c) 2014 Dave Wood, Cerebral Gardens http://www.cerebralgardens.com/
  502. Permission is hereby granted, free of charge, to any person obtaining a copy
  503. of this software and associated documentation files (the "Software"), to deal
  504. in the Software without restriction, including without limitation the rights
  505. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  506. copies of the Software, and to permit persons to whom the Software is
  507. furnished to do so, subject to the following conditions:
  508. The above copyright notice and this permission notice shall be included in all
  509. copies or substantial portions of the Software.
  510. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  511. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  512. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  513. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  514. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  515. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  516. SOFTWARE.
  517. </string>
  518. <key>License</key>
  519. <string>MIT</string>
  520. <key>Title</key>
  521. <string>ObjcExceptionBridging</string>
  522. <key>Type</key>
  523. <string>PSGroupSpecifier</string>
  524. </dict>
  525. <dict>
  526. <key>FooterText</key>
  527. <string>The MIT License (MIT)
  528. Copyright (c) 2014 Philip Kluz (Philip.Kluz@gmail.com)
  529. Permission is hereby granted, free of charge, to any person obtaining a copy
  530. of this software and associated documentation files (the "Software"), to deal
  531. in the Software without restriction, including without limitation the rights
  532. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  533. copies of the Software, and to permit persons to whom the Software is
  534. furnished to do so, subject to the following conditions:
  535. The above copyright notice and this permission notice shall be included in all
  536. copies or substantial portions of the Software.
  537. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  538. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  539. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  540. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  541. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  542. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  543. SOFTWARE.</string>
  544. <key>License</key>
  545. <string>MIT</string>
  546. <key>Title</key>
  547. <string>PKHUD</string>
  548. <key>Type</key>
  549. <string>PSGroupSpecifier</string>
  550. </dict>
  551. <dict>
  552. <key>FooterText</key>
  553. <string>The MIT License (MIT)
  554. Copyright (c) 2014 Rob Rix
  555. Permission is hereby granted, free of charge, to any person obtaining a copy
  556. of this software and associated documentation files (the "Software"), to deal
  557. in the Software without restriction, including without limitation the rights
  558. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  559. copies of the Software, and to permit persons to whom the Software is
  560. furnished to do so, subject to the following conditions:
  561. The above copyright notice and this permission notice shall be included in all
  562. copies or substantial portions of the Software.
  563. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  564. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  565. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  566. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  567. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  568. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  569. SOFTWARE.</string>
  570. <key>License</key>
  571. <string>MIT</string>
  572. <key>Title</key>
  573. <string>Result</string>
  574. <key>Type</key>
  575. <string>PSGroupSpecifier</string>
  576. </dict>
  577. <dict>
  578. <key>FooterText</key>
  579. <string>The MIT License (MIT)
  580. Copyright (c) 2016 AliSoftware
  581. Permission is hereby granted, free of charge, to any person obtaining a copy
  582. of this software and associated documentation files (the "Software"), to deal
  583. in the Software without restriction, including without limitation the rights
  584. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  585. copies of the Software, and to permit persons to whom the Software is
  586. furnished to do so, subject to the following conditions:
  587. The above copyright notice and this permission notice shall be included in all
  588. copies or substantial portions of the Software.
  589. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  590. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  591. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  592. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  593. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  594. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  595. SOFTWARE.
  596. </string>
  597. <key>License</key>
  598. <string>MIT</string>
  599. <key>Title</key>
  600. <string>Reusable</string>
  601. <key>Type</key>
  602. <string>PSGroupSpecifier</string>
  603. </dict>
  604. <dict>
  605. <key>FooterText</key>
  606. <string>**The MIT License**
  607. **Copyright © 2015 Krunoslav Zaher**
  608. **All rights reserved.**
  609. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  610. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  611. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</string>
  612. <key>License</key>
  613. <string>MIT</string>
  614. <key>Title</key>
  615. <string>RxCocoa</string>
  616. <key>Type</key>
  617. <string>PSGroupSpecifier</string>
  618. </dict>
  619. <dict>
  620. <key>FooterText</key>
  621. <string>**The MIT License**
  622. **Copyright © 2015 Krunoslav Zaher**
  623. **All rights reserved.**
  624. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  625. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  626. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</string>
  627. <key>License</key>
  628. <string>MIT</string>
  629. <key>Title</key>
  630. <string>RxSwift</string>
  631. <key>Type</key>
  632. <string>PSGroupSpecifier</string>
  633. </dict>
  634. <dict>
  635. <key>FooterText</key>
  636. <string>Copyright (c) 2011-Present SnapKit Team - https://github.com/SnapKit
  637. Permission is hereby granted, free of charge, to any person obtaining a copy
  638. of this software and associated documentation files (the "Software"), to deal
  639. in the Software without restriction, including without limitation the rights
  640. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  641. copies of the Software, and to permit persons to whom the Software is
  642. furnished to do so, subject to the following conditions:
  643. The above copyright notice and this permission notice shall be included in
  644. all copies or substantial portions of the Software.
  645. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  646. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  647. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  648. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  649. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  650. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  651. THE SOFTWARE.
  652. </string>
  653. <key>License</key>
  654. <string>MIT</string>
  655. <key>Title</key>
  656. <string>SnapKit</string>
  657. <key>Type</key>
  658. <string>PSGroupSpecifier</string>
  659. </dict>
  660. <dict>
  661. <key>FooterText</key>
  662. <string> Apache License
  663. Version 2.0, January 2004
  664. http://www.apache.org/licenses/
  665. Copyright (c) 2014-2016 Dalton Cherry.
  666. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  667. 1. Definitions.
  668. "License" shall mean the terms and conditions for use, reproduction,
  669. and distribution as defined by Sections 1 through 9 of this document.
  670. "Licensor" shall mean the copyright owner or entity authorized by
  671. the copyright owner that is granting the License.
  672. "Legal Entity" shall mean the union of the acting entity and all
  673. other entities that control, are controlled by, or are under common
  674. control with that entity. For the purposes of this definition,
  675. "control" means (i) the power, direct or indirect, to cause the
  676. direction or management of such entity, whether by contract or
  677. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  678. outstanding shares, or (iii) beneficial ownership of such entity.
  679. "You" (or "Your") shall mean an individual or Legal Entity
  680. exercising permissions granted by this License.
  681. "Source" form shall mean the preferred form for making modifications,
  682. including but not limited to software source code, documentation
  683. source, and configuration files.
  684. "Object" form shall mean any form resulting from mechanical
  685. transformation or translation of a Source form, including but
  686. not limited to compiled object code, generated documentation,
  687. and conversions to other media types.
  688. "Work" shall mean the work of authorship, whether in Source or
  689. Object form, made available under the License, as indicated by a
  690. copyright notice that is included in or attached to the work
  691. (an example is provided in the Appendix below).
  692. "Derivative Works" shall mean any work, whether in Source or Object
  693. form, that is based on (or derived from) the Work and for which the
  694. editorial revisions, annotations, elaborations, or other modifications
  695. represent, as a whole, an original work of authorship. For the purposes
  696. of this License, Derivative Works shall not include works that remain
  697. separable from, or merely link (or bind by name) to the interfaces of,
  698. the Work and Derivative Works thereof.
  699. "Contribution" shall mean any work of authorship, including
  700. the original version of the Work and any modifications or additions
  701. to that Work or Derivative Works thereof, that is intentionally
  702. submitted to Licensor for inclusion in the Work by the copyright owner
  703. or by an individual or Legal Entity authorized to submit on behalf of
  704. the copyright owner. For the purposes of this definition, "submitted"
  705. means any form of electronic, verbal, or written communication sent
  706. to the Licensor or its representatives, including but not limited to
  707. communication on electronic mailing lists, source code control systems,
  708. and issue tracking systems that are managed by, or on behalf of, the
  709. Licensor for the purpose of discussing and improving the Work, but
  710. excluding communication that is conspicuously marked or otherwise
  711. designated in writing by the copyright owner as "Not a Contribution."
  712. "Contributor" shall mean Licensor and any individual or Legal Entity
  713. on behalf of whom a Contribution has been received by Licensor and
  714. subsequently incorporated within the Work.
  715. 2. Grant of Copyright License. Subject to the terms and conditions of
  716. this License, each Contributor hereby grants to You a perpetual,
  717. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  718. copyright license to reproduce, prepare Derivative Works of,
  719. publicly display, publicly perform, sublicense, and distribute the
  720. Work and such Derivative Works in Source or Object form.
  721. 3. Grant of Patent License. Subject to the terms and conditions of
  722. this License, each Contributor hereby grants to You a perpetual,
  723. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  724. (except as stated in this section) patent license to make, have made,
  725. use, offer to sell, sell, import, and otherwise transfer the Work,
  726. where such license applies only to those patent claims licensable
  727. by such Contributor that are necessarily infringed by their
  728. Contribution(s) alone or by combination of their Contribution(s)
  729. with the Work to which such Contribution(s) was submitted. If You
  730. institute patent litigation against any entity (including a
  731. cross-claim or counterclaim in a lawsuit) alleging that the Work
  732. or a Contribution incorporated within the Work constitutes direct
  733. or contributory patent infringement, then any patent licenses
  734. granted to You under this License for that Work shall terminate
  735. as of the date such litigation is filed.
  736. 4. Redistribution. You may reproduce and distribute copies of the
  737. Work or Derivative Works thereof in any medium, with or without
  738. modifications, and in Source or Object form, provided that You
  739. meet the following conditions:
  740. (a) You must give any other recipients of the Work or
  741. Derivative Works a copy of this License; and
  742. (b) You must cause any modified files to carry prominent notices
  743. stating that You changed the files; and
  744. (c) You must retain, in the Source form of any Derivative Works
  745. that You distribute, all copyright, patent, trademark, and
  746. attribution notices from the Source form of the Work,
  747. excluding those notices that do not pertain to any part of
  748. the Derivative Works; and
  749. (d) If the Work includes a "NOTICE" text file as part of its
  750. distribution, then any Derivative Works that You distribute must
  751. include a readable copy of the attribution notices contained
  752. within such NOTICE file, excluding those notices that do not
  753. pertain to any part of the Derivative Works, in at least one
  754. of the following places: within a NOTICE text file distributed
  755. as part of the Derivative Works; within the Source form or
  756. documentation, if provided along with the Derivative Works; or,
  757. within a display generated by the Derivative Works, if and
  758. wherever such third-party notices normally appear. The contents
  759. of the NOTICE file are for informational purposes only and
  760. do not modify the License. You may add Your own attribution
  761. notices within Derivative Works that You distribute, alongside
  762. or as an addendum to the NOTICE text from the Work, provided
  763. that such additional attribution notices cannot be construed
  764. as modifying the License.
  765. You may add Your own copyright statement to Your modifications and
  766. may provide additional or different license terms and conditions
  767. for use, reproduction, or distribution of Your modifications, or
  768. for any such Derivative Works as a whole, provided Your use,
  769. reproduction, and distribution of the Work otherwise complies with
  770. the conditions stated in this License.
  771. 5. Submission of Contributions. Unless You explicitly state otherwise,
  772. any Contribution intentionally submitted for inclusion in the Work
  773. by You to the Licensor shall be under the terms and conditions of
  774. this License, without any additional terms or conditions.
  775. Notwithstanding the above, nothing herein shall supersede or modify
  776. the terms of any separate license agreement you may have executed
  777. with Licensor regarding such Contributions.
  778. 6. Trademarks. This License does not grant permission to use the trade
  779. names, trademarks, service marks, or product names of the Licensor,
  780. except as required for reasonable and customary use in describing the
  781. origin of the Work and reproducing the content of the NOTICE file.
  782. 7. Disclaimer of Warranty. Unless required by applicable law or
  783. agreed to in writing, Licensor provides the Work (and each
  784. Contributor provides its Contributions) on an "AS IS" BASIS,
  785. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  786. implied, including, without limitation, any warranties or conditions
  787. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  788. PARTICULAR PURPOSE. You are solely responsible for determining the
  789. appropriateness of using or redistributing the Work and assume any
  790. risks associated with Your exercise of permissions under this License.
  791. 8. Limitation of Liability. In no event and under no legal theory,
  792. whether in tort (including negligence), contract, or otherwise,
  793. unless required by applicable law (such as deliberate and grossly
  794. negligent acts) or agreed to in writing, shall any Contributor be
  795. liable to You for damages, including any direct, indirect, special,
  796. incidental, or consequential damages of any character arising as a
  797. result of this License or out of the use or inability to use the
  798. Work (including but not limited to damages for loss of goodwill,
  799. work stoppage, computer failure or malfunction, or any and all
  800. other commercial damages or losses), even if such Contributor
  801. has been advised of the possibility of such damages.
  802. 9. Accepting Warranty or Additional Liability. While redistributing
  803. the Work or Derivative Works thereof, You may choose to offer,
  804. and charge a fee for, acceptance of support, warranty, indemnity,
  805. or other liability obligations and/or rights consistent with this
  806. License. However, in accepting such obligations, You may act only
  807. on Your own behalf and on Your sole responsibility, not on behalf
  808. of any other Contributor, and only if You agree to indemnify,
  809. defend, and hold each Contributor harmless for any liability
  810. incurred by, or claims asserted against, such Contributor by reason
  811. of your accepting any such warranty or additional liability.</string>
  812. <key>License</key>
  813. <string>Apache License, Version 2.0</string>
  814. <key>Title</key>
  815. <string>Starscream</string>
  816. <key>Type</key>
  817. <string>PSGroupSpecifier</string>
  818. </dict>
  819. <dict>
  820. <key>FooterText</key>
  821. <string>MIT License
  822. Copyright (c) 2015-2018 SwifterSwift (https://github.com/swifterswift)
  823. Permission is hereby granted, free of charge, to any person obtaining a copy
  824. of this software and associated documentation files (the "Software"), to deal
  825. in the Software without restriction, including without limitation the rights
  826. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  827. copies of the Software, and to permit persons to whom the Software is
  828. furnished to do so, subject to the following conditions:
  829. The above copyright notice and this permission notice shall be included in
  830. all copies or substantial portions of the Software.
  831. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  832. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  833. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  834. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  835. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  836. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  837. THE SOFTWARE.
  838. </string>
  839. <key>License</key>
  840. <string>MIT</string>
  841. <key>Title</key>
  842. <string>SwifterSwift</string>
  843. <key>Type</key>
  844. <string>PSGroupSpecifier</string>
  845. </dict>
  846. <dict>
  847. <key>FooterText</key>
  848. <string>The MIT License (MIT)
  849. Copyright (c) 2017 Ruoyu Fu
  850. Permission is hereby granted, free of charge, to any person obtaining a copy
  851. of this software and associated documentation files (the "Software"), to deal
  852. in the Software without restriction, including without limitation the rights
  853. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  854. copies of the Software, and to permit persons to whom the Software is
  855. furnished to do so, subject to the following conditions:
  856. The above copyright notice and this permission notice shall be included in
  857. all copies or substantial portions of the Software.
  858. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  859. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  860. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  861. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  862. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  863. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  864. THE SOFTWARE.
  865. </string>
  866. <key>License</key>
  867. <string>MIT</string>
  868. <key>Title</key>
  869. <string>SwiftyJSON</string>
  870. <key>Type</key>
  871. <string>PSGroupSpecifier</string>
  872. </dict>
  873. <dict>
  874. <key>FooterText</key>
  875. <string>The MIT License (MIT)
  876. Copyright (c) 2015-present Radosław Pietruszewski, Łukasz Mróz
  877. Permission is hereby granted, free of charge, to any person obtaining a copy
  878. of this software and associated documentation files (the "Software"), to deal
  879. in the Software without restriction, including without limitation the rights
  880. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  881. copies of the Software, and to permit persons to whom the Software is
  882. furnished to do so, subject to the following conditions:
  883. The above copyright notice and this permission notice shall be included in all
  884. copies or substantial portions of the Software.
  885. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  886. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  887. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  888. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  889. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  890. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  891. SOFTWARE.
  892. </string>
  893. <key>License</key>
  894. <string>MIT</string>
  895. <key>Title</key>
  896. <string>SwiftyUserDefaults</string>
  897. <key>Type</key>
  898. <string>PSGroupSpecifier</string>
  899. </dict>
  900. <dict>
  901. <key>FooterText</key>
  902. <string>Copyright (c) 2015-2017 Charles Scalesse.
  903. Permission is hereby granted, free of charge, to any person obtaining a
  904. copy of this software and associated documentation files (the
  905. "Software"), to deal in the Software without restriction, including
  906. without limitation the rights to use, copy, modify, merge, publish,
  907. distribute, sublicense, and/or sell copies of the Software, and to
  908. permit persons to whom the Software is furnished to do so, subject to
  909. the following conditions:
  910. The above copyright notice and this permission notice shall be included
  911. in all copies or substantial portions of the Software.
  912. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  913. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  914. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  915. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  916. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  917. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  918. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  919. </string>
  920. <key>License</key>
  921. <string>MIT</string>
  922. <key>Title</key>
  923. <string>Toast-Swift</string>
  924. <key>Type</key>
  925. <string>PSGroupSpecifier</string>
  926. </dict>
  927. <dict>
  928. <key>FooterText</key>
  929. <string>The MIT License (MIT)
  930. Copyright (c) 2014 Dave Wood, Cerebral Gardens http://www.cerebralgardens.com/
  931. Permission is hereby granted, free of charge, to any person obtaining a copy
  932. of this software and associated documentation files (the "Software"), to deal
  933. in the Software without restriction, including without limitation the rights
  934. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  935. copies of the Software, and to permit persons to whom the Software is
  936. furnished to do so, subject to the following conditions:
  937. The above copyright notice and this permission notice shall be included in all
  938. copies or substantial portions of the Software.
  939. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  940. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  941. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  942. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  943. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  944. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  945. SOFTWARE.
  946. </string>
  947. <key>License</key>
  948. <string>MIT</string>
  949. <key>Title</key>
  950. <string>XCGLogger</string>
  951. <key>Type</key>
  952. <string>PSGroupSpecifier</string>
  953. </dict>
  954. <dict>
  955. <key>FooterText</key>
  956. <string>Generated by CocoaPods - https://cocoapods.org</string>
  957. <key>Title</key>
  958. <string></string>
  959. <key>Type</key>
  960. <string>PSGroupSpecifier</string>
  961. </dict>
  962. </array>
  963. <key>StringsTable</key>
  964. <string>Acknowledgements</string>
  965. <key>Title</key>
  966. <string>Acknowledgements</string>
  967. </dict>
  968. </plist>