Pods-SolarStation-acknowledgements.plist 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670
  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) 2014-2020 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>Alamofire</string>
  38. <key>Type</key>
  39. <string>PSGroupSpecifier</string>
  40. </dict>
  41. <dict>
  42. <key>FooterText</key>
  43. <string>Apache License
  44. Version 2.0, January 2004
  45. http://www.apache.org/licenses/
  46. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  47. 1. Definitions.
  48. "License" shall mean the terms and conditions for use, reproduction,
  49. and distribution as defined by Sections 1 through 9 of this document.
  50. "Licensor" shall mean the copyright owner or entity authorized by
  51. the copyright owner that is granting the License.
  52. "Legal Entity" shall mean the union of the acting entity and all
  53. other entities that control, are controlled by, or are under common
  54. control with that entity. For the purposes of this definition,
  55. "control" means (i) the power, direct or indirect, to cause the
  56. direction or management of such entity, whether by contract or
  57. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  58. outstanding shares, or (iii) beneficial ownership of such entity.
  59. "You" (or "Your") shall mean an individual or Legal Entity
  60. exercising permissions granted by this License.
  61. "Source" form shall mean the preferred form for making modifications,
  62. including but not limited to software source code, documentation
  63. source, and configuration files.
  64. "Object" form shall mean any form resulting from mechanical
  65. transformation or translation of a Source form, including but
  66. not limited to compiled object code, generated documentation,
  67. and conversions to other media types.
  68. "Work" shall mean the work of authorship, whether in Source or
  69. Object form, made available under the License, as indicated by a
  70. copyright notice that is included in or attached to the work
  71. (an example is provided in the Appendix below).
  72. "Derivative Works" shall mean any work, whether in Source or Object
  73. form, that is based on (or derived from) the Work and for which the
  74. editorial revisions, annotations, elaborations, or other modifications
  75. represent, as a whole, an original work of authorship. For the purposes
  76. of this License, Derivative Works shall not include works that remain
  77. separable from, or merely link (or bind by name) to the interfaces of,
  78. the Work and Derivative Works thereof.
  79. "Contribution" shall mean any work of authorship, including
  80. the original version of the Work and any modifications or additions
  81. to that Work or Derivative Works thereof, that is intentionally
  82. submitted to Licensor for inclusion in the Work by the copyright owner
  83. or by an individual or Legal Entity authorized to submit on behalf of
  84. the copyright owner. For the purposes of this definition, "submitted"
  85. means any form of electronic, verbal, or written communication sent
  86. to the Licensor or its representatives, including but not limited to
  87. communication on electronic mailing lists, source code control systems,
  88. and issue tracking systems that are managed by, or on behalf of, the
  89. Licensor for the purpose of discussing and improving the Work, but
  90. excluding communication that is conspicuously marked or otherwise
  91. designated in writing by the copyright owner as "Not a Contribution."
  92. "Contributor" shall mean Licensor and any individual or Legal Entity
  93. on behalf of whom a Contribution has been received by Licensor and
  94. subsequently incorporated within the Work.
  95. 2. Grant of Copyright License. Subject to the terms and conditions of
  96. this License, each Contributor hereby grants to You a perpetual,
  97. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  98. copyright license to reproduce, prepare Derivative Works of,
  99. publicly display, publicly perform, sublicense, and distribute the
  100. Work and such Derivative Works in Source or Object form.
  101. 3. Grant of Patent License. Subject to the terms and conditions of
  102. this License, each Contributor hereby grants to You a perpetual,
  103. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  104. (except as stated in this section) patent license to make, have made,
  105. use, offer to sell, sell, import, and otherwise transfer the Work,
  106. where such license applies only to those patent claims licensable
  107. by such Contributor that are necessarily infringed by their
  108. Contribution(s) alone or by combination of their Contribution(s)
  109. with the Work to which such Contribution(s) was submitted. If You
  110. institute patent litigation against any entity (including a
  111. cross-claim or counterclaim in a lawsuit) alleging that the Work
  112. or a Contribution incorporated within the Work constitutes direct
  113. or contributory patent infringement, then any patent licenses
  114. granted to You under this License for that Work shall terminate
  115. as of the date such litigation is filed.
  116. 4. Redistribution. You may reproduce and distribute copies of the
  117. Work or Derivative Works thereof in any medium, with or without
  118. modifications, and in Source or Object form, provided that You
  119. meet the following conditions:
  120. (a) You must give any other recipients of the Work or
  121. Derivative Works a copy of this License; and
  122. (b) You must cause any modified files to carry prominent notices
  123. stating that You changed the files; and
  124. (c) You must retain, in the Source form of any Derivative Works
  125. that You distribute, all copyright, patent, trademark, and
  126. attribution notices from the Source form of the Work,
  127. excluding those notices that do not pertain to any part of
  128. the Derivative Works; and
  129. (d) If the Work includes a "NOTICE" text file as part of its
  130. distribution, then any Derivative Works that You distribute must
  131. include a readable copy of the attribution notices contained
  132. within such NOTICE file, excluding those notices that do not
  133. pertain to any part of the Derivative Works, in at least one
  134. of the following places: within a NOTICE text file distributed
  135. as part of the Derivative Works; within the Source form or
  136. documentation, if provided along with the Derivative Works; or,
  137. within a display generated by the Derivative Works, if and
  138. wherever such third-party notices normally appear. The contents
  139. of the NOTICE file are for informational purposes only and
  140. do not modify the License. You may add Your own attribution
  141. notices within Derivative Works that You distribute, alongside
  142. or as an addendum to the NOTICE text from the Work, provided
  143. that such additional attribution notices cannot be construed
  144. as modifying the License.
  145. You may add Your own copyright statement to Your modifications and
  146. may provide additional or different license terms and conditions
  147. for use, reproduction, or distribution of Your modifications, or
  148. for any such Derivative Works as a whole, provided Your use,
  149. reproduction, and distribution of the Work otherwise complies with
  150. the conditions stated in this License.
  151. 5. Submission of Contributions. Unless You explicitly state otherwise,
  152. any Contribution intentionally submitted for inclusion in the Work
  153. by You to the Licensor shall be under the terms and conditions of
  154. this License, without any additional terms or conditions.
  155. Notwithstanding the above, nothing herein shall supersede or modify
  156. the terms of any separate license agreement you may have executed
  157. with Licensor regarding such Contributions.
  158. 6. Trademarks. This License does not grant permission to use the trade
  159. names, trademarks, service marks, or product names of the Licensor,
  160. except as required for reasonable and customary use in describing the
  161. origin of the Work and reproducing the content of the NOTICE file.
  162. 7. Disclaimer of Warranty. Unless required by applicable law or
  163. agreed to in writing, Licensor provides the Work (and each
  164. Contributor provides its Contributions) on an "AS IS" BASIS,
  165. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  166. implied, including, without limitation, any warranties or conditions
  167. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  168. PARTICULAR PURPOSE. You are solely responsible for determining the
  169. appropriateness of using or redistributing the Work and assume any
  170. risks associated with Your exercise of permissions under this License.
  171. 8. Limitation of Liability. In no event and under no legal theory,
  172. whether in tort (including negligence), contract, or otherwise,
  173. unless required by applicable law (such as deliberate and grossly
  174. negligent acts) or agreed to in writing, shall any Contributor be
  175. liable to You for damages, including any direct, indirect, special,
  176. incidental, or consequential damages of any character arising as a
  177. result of this License or out of the use or inability to use the
  178. Work (including but not limited to damages for loss of goodwill,
  179. work stoppage, computer failure or malfunction, or any and all
  180. other commercial damages or losses), even if such Contributor
  181. has been advised of the possibility of such damages.
  182. 9. Accepting Warranty or Additional Liability. While redistributing
  183. the Work or Derivative Works thereof, You may choose to offer,
  184. and charge a fee for, acceptance of support, warranty, indemnity,
  185. or other liability obligations and/or rights consistent with this
  186. License. However, in accepting such obligations, You may act only
  187. on Your own behalf and on Your sole responsibility, not on behalf
  188. of any other Contributor, and only if You agree to indemnify,
  189. defend, and hold each Contributor harmless for any liability
  190. incurred by, or claims asserted against, such Contributor by reason
  191. of your accepting any such warranty or additional liability.
  192. END OF TERMS AND CONDITIONS
  193. APPENDIX: How to apply the Apache License to your work.
  194. To apply the Apache License to your work, attach the following
  195. boilerplate notice, with the fields enclosed by brackets "{}"
  196. replaced with your own identifying information. (Don't include
  197. the brackets!) The text should be enclosed in the appropriate
  198. comment syntax for the file format. We also recommend that a
  199. file or class name and description of purpose be included on the
  200. same "printed page" as the copyright notice for easier
  201. identification within third-party archives.
  202. Copyright 2016-2019 Daniel Cohen Gindi &amp; Philipp Jahoda
  203. Licensed under the Apache License, Version 2.0 (the "License");
  204. you may not use this file except in compliance with the License.
  205. You may obtain a copy of the License at
  206. http://www.apache.org/licenses/LICENSE-2.0
  207. Unless required by applicable law or agreed to in writing, software
  208. distributed under the License is distributed on an "AS IS" BASIS,
  209. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  210. See the License for the specific language governing permissions and
  211. limitations under the License.
  212. </string>
  213. <key>License</key>
  214. <string>Apache License, Version 2.0</string>
  215. <key>Title</key>
  216. <string>Charts</string>
  217. <key>Type</key>
  218. <string>PSGroupSpecifier</string>
  219. </dict>
  220. <dict>
  221. <key>FooterText</key>
  222. <string>The MIT License (MIT)
  223. Copyright (c) 2019 XMARTLABS
  224. Permission is hereby granted, free of charge, to any person obtaining a copy
  225. of this software and associated documentation files (the "Software"), to deal
  226. in the Software without restriction, including without limitation the rights
  227. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  228. copies of the Software, and to permit persons to whom the Software is
  229. furnished to do so, subject to the following conditions:
  230. The above copyright notice and this permission notice shall be included in all
  231. copies or substantial portions of the Software.
  232. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  233. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  234. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  235. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  236. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  237. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  238. SOFTWARE.
  239. </string>
  240. <key>License</key>
  241. <string>MIT</string>
  242. <key>Title</key>
  243. <string>Eureka</string>
  244. <key>Type</key>
  245. <string>PSGroupSpecifier</string>
  246. </dict>
  247. <dict>
  248. <key>FooterText</key>
  249. <string>MIT License
  250. Copyright (c) 2018 yuan-gao
  251. Permission is hereby granted, free of charge, to any person obtaining a copy
  252. of this software and associated documentation files (the "Software"), to deal
  253. in the Software without restriction, including without limitation the rights
  254. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  255. copies of the Software, and to permit persons to whom the Software is
  256. furnished to do so, subject to the following conditions:
  257. The above copyright notice and this permission notice shall be included in all
  258. copies or substantial portions of the Software.
  259. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  260. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  261. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  262. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  263. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  264. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  265. SOFTWARE.
  266. </string>
  267. <key>License</key>
  268. <string>MIT</string>
  269. <key>Title</key>
  270. <string>GYSide</string>
  271. <key>Type</key>
  272. <string>PSGroupSpecifier</string>
  273. </dict>
  274. <dict>
  275. <key>FooterText</key>
  276. <string>MIT License
  277. Copyright (c) 2013-2017 Iftekhar Qurashi
  278. Permission is hereby granted, free of charge, to any person obtaining a copy
  279. of this software and associated documentation files (the "Software"), to deal
  280. in the Software without restriction, including without limitation the rights
  281. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  282. copies of the Software, and to permit persons to whom the Software is
  283. furnished to do so, subject to the following conditions:
  284. The above copyright notice and this permission notice shall be included in all
  285. copies or substantial portions of the Software.
  286. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  287. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  288. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  289. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  290. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  291. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  292. SOFTWARE.
  293. </string>
  294. <key>License</key>
  295. <string>MIT</string>
  296. <key>Title</key>
  297. <string>IQKeyboardManagerSwift</string>
  298. <key>Type</key>
  299. <string>PSGroupSpecifier</string>
  300. </dict>
  301. <dict>
  302. <key>FooterText</key>
  303. <string>The MIT License (MIT)
  304. Copyright (c) 2019 Wei Wang
  305. Permission is hereby granted, free of charge, to any person obtaining a copy
  306. of this software and associated documentation files (the "Software"), to deal
  307. in the Software without restriction, including without limitation the rights
  308. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  309. copies of the Software, and to permit persons to whom the Software is
  310. furnished to do so, subject to the following conditions:
  311. The above copyright notice and this permission notice shall be included in all
  312. copies or substantial portions of the Software.
  313. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  314. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  315. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  316. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  317. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  318. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  319. SOFTWARE.
  320. </string>
  321. <key>License</key>
  322. <string>MIT</string>
  323. <key>Title</key>
  324. <string>Kingfisher</string>
  325. <key>Type</key>
  326. <string>PSGroupSpecifier</string>
  327. </dict>
  328. <dict>
  329. <key>FooterText</key>
  330. <string>The MIT License (MIT)
  331. Copyright (c) 2014-present Artsy, Ash Furrow
  332. Permission is hereby granted, free of charge, to any person obtaining a copy
  333. of this software and associated documentation files (the "Software"), to deal
  334. in the Software without restriction, including without limitation the rights
  335. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  336. copies of the Software, and to permit persons to whom the Software is
  337. furnished to do so, subject to the following conditions:
  338. The above copyright notice and this permission notice shall be included in all
  339. copies or substantial portions of the Software.
  340. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  341. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  342. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  343. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  344. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  345. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  346. SOFTWARE.
  347. </string>
  348. <key>License</key>
  349. <string>MIT</string>
  350. <key>Title</key>
  351. <string>Moya</string>
  352. <key>Type</key>
  353. <string>PSGroupSpecifier</string>
  354. </dict>
  355. <dict>
  356. <key>FooterText</key>
  357. <string>The MIT License (MIT)
  358. Copyright (c) 2014 Dave Wood, Cerebral Gardens http://www.cerebralgardens.com/
  359. Permission is hereby granted, free of charge, to any person obtaining a copy
  360. of this software and associated documentation files (the "Software"), to deal
  361. in the Software without restriction, including without limitation the rights
  362. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  363. copies of the Software, and to permit persons to whom the Software is
  364. furnished to do so, subject to the following conditions:
  365. The above copyright notice and this permission notice shall be included in all
  366. copies or substantial portions of the Software.
  367. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  368. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  369. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  370. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  371. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  372. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  373. SOFTWARE.
  374. </string>
  375. <key>License</key>
  376. <string>MIT</string>
  377. <key>Title</key>
  378. <string>ObjcExceptionBridging</string>
  379. <key>Type</key>
  380. <string>PSGroupSpecifier</string>
  381. </dict>
  382. <dict>
  383. <key>FooterText</key>
  384. <string>The MIT License (MIT)
  385. Copyright (c) 2014 Philip Kluz (Philip.Kluz@gmail.com)
  386. Permission is hereby granted, free of charge, to any person obtaining a copy
  387. of this software and associated documentation files (the "Software"), to deal
  388. in the Software without restriction, including without limitation the rights
  389. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  390. copies of the Software, and to permit persons to whom the Software is
  391. furnished to do so, subject to the following conditions:
  392. The above copyright notice and this permission notice shall be included in all
  393. copies or substantial portions of the Software.
  394. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  395. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  396. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  397. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  398. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  399. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  400. SOFTWARE.</string>
  401. <key>License</key>
  402. <string>MIT</string>
  403. <key>Title</key>
  404. <string>PKHUD</string>
  405. <key>Type</key>
  406. <string>PSGroupSpecifier</string>
  407. </dict>
  408. <dict>
  409. <key>FooterText</key>
  410. <string>Copyright (c) 2011-Present SnapKit Team - https://github.com/SnapKit
  411. Permission is hereby granted, free of charge, to any person obtaining a copy
  412. of this software and associated documentation files (the "Software"), to deal
  413. in the Software without restriction, including without limitation the rights
  414. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  415. copies of the Software, and to permit persons to whom the Software is
  416. furnished to do so, subject to the following conditions:
  417. The above copyright notice and this permission notice shall be included in
  418. all copies or substantial portions of the Software.
  419. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  420. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  421. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  422. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  423. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  424. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  425. THE SOFTWARE.
  426. </string>
  427. <key>License</key>
  428. <string>MIT</string>
  429. <key>Title</key>
  430. <string>SnapKit</string>
  431. <key>Type</key>
  432. <string>PSGroupSpecifier</string>
  433. </dict>
  434. <dict>
  435. <key>FooterText</key>
  436. <string>MIT License
  437. Copyright (c) 2015-2018 SwifterSwift (https://github.com/swifterswift)
  438. Permission is hereby granted, free of charge, to any person obtaining a copy
  439. of this software and associated documentation files (the "Software"), to deal
  440. in the Software without restriction, including without limitation the rights
  441. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  442. copies of the Software, and to permit persons to whom the Software is
  443. furnished to do so, subject to the following conditions:
  444. The above copyright notice and this permission notice shall be included in
  445. all copies or substantial portions of the Software.
  446. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  447. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  448. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  449. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  450. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  451. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  452. THE SOFTWARE.
  453. </string>
  454. <key>License</key>
  455. <string>MIT</string>
  456. <key>Title</key>
  457. <string>SwifterSwift</string>
  458. <key>Type</key>
  459. <string>PSGroupSpecifier</string>
  460. </dict>
  461. <dict>
  462. <key>FooterText</key>
  463. <string>The MIT License (MIT)
  464. Copyright (c) 2017 Ruoyu Fu
  465. Permission is hereby granted, free of charge, to any person obtaining a copy
  466. of this software and associated documentation files (the "Software"), to deal
  467. in the Software without restriction, including without limitation the rights
  468. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  469. copies of the Software, and to permit persons to whom the Software is
  470. furnished to do so, subject to the following conditions:
  471. The above copyright notice and this permission notice shall be included in
  472. all copies or substantial portions of the Software.
  473. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  474. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  475. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  476. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  477. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  478. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  479. THE SOFTWARE.
  480. </string>
  481. <key>License</key>
  482. <string>MIT</string>
  483. <key>Title</key>
  484. <string>SwiftyJSON</string>
  485. <key>Type</key>
  486. <string>PSGroupSpecifier</string>
  487. </dict>
  488. <dict>
  489. <key>FooterText</key>
  490. <string>The MIT License (MIT)
  491. Copyright (c) 2015-present Radosław Pietruszewski, Łukasz Mróz
  492. Permission is hereby granted, free of charge, to any person obtaining a copy
  493. of this software and associated documentation files (the "Software"), to deal
  494. in the Software without restriction, including without limitation the rights
  495. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  496. copies of the Software, and to permit persons to whom the Software is
  497. furnished to do so, subject to the following conditions:
  498. The above copyright notice and this permission notice shall be included in all
  499. copies or substantial portions of the Software.
  500. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  501. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  502. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  503. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  504. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  505. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  506. SOFTWARE.
  507. </string>
  508. <key>License</key>
  509. <string>MIT</string>
  510. <key>Title</key>
  511. <string>SwiftyUserDefaults</string>
  512. <key>Type</key>
  513. <string>PSGroupSpecifier</string>
  514. </dict>
  515. <dict>
  516. <key>FooterText</key>
  517. <string>Copyright (c) 2015-2017 Charles Scalesse.
  518. Permission is hereby granted, free of charge, to any person obtaining a
  519. copy of this software and associated documentation files (the
  520. "Software"), to deal in the Software without restriction, including
  521. without limitation the rights to use, copy, modify, merge, publish,
  522. distribute, sublicense, and/or sell copies of the Software, and to
  523. permit persons to whom the Software is furnished to do so, subject to
  524. the following conditions:
  525. The above copyright notice and this permission notice shall be included
  526. in all copies or substantial portions of the Software.
  527. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  528. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  529. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  530. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  531. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  532. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  533. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  534. </string>
  535. <key>License</key>
  536. <string>MIT</string>
  537. <key>Title</key>
  538. <string>Toast-Swift</string>
  539. <key>Type</key>
  540. <string>PSGroupSpecifier</string>
  541. </dict>
  542. <dict>
  543. <key>FooterText</key>
  544. <string>The MIT License (MIT)
  545. Copyright (c) 2014 Dave Wood, Cerebral Gardens http://www.cerebralgardens.com/
  546. Permission is hereby granted, free of charge, to any person obtaining a copy
  547. of this software and associated documentation files (the "Software"), to deal
  548. in the Software without restriction, including without limitation the rights
  549. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  550. copies of the Software, and to permit persons to whom the Software is
  551. furnished to do so, subject to the following conditions:
  552. The above copyright notice and this permission notice shall be included in all
  553. copies or substantial portions of the Software.
  554. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  555. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  556. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  557. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  558. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  559. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  560. SOFTWARE.
  561. </string>
  562. <key>License</key>
  563. <string>MIT</string>
  564. <key>Title</key>
  565. <string>XCGLogger</string>
  566. <key>Type</key>
  567. <string>PSGroupSpecifier</string>
  568. </dict>
  569. <dict>
  570. <key>FooterText</key>
  571. <string>Generated by CocoaPods - https://cocoapods.org</string>
  572. <key>Title</key>
  573. <string></string>
  574. <key>Type</key>
  575. <string>PSGroupSpecifier</string>
  576. </dict>
  577. </array>
  578. <key>StringsTable</key>
  579. <string>Acknowledgements</string>
  580. <key>Title</key>
  581. <string>Acknowledgements</string>
  582. </dict>
  583. </plist>