Pods-ZZUIKit_Example-acknowledgements.plist 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806
  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>The MIT License (MIT)
  18. Copyright (c) 2014 Peter Steinberger, steipete@gmail.com
  19. Permission is hereby granted, free of charge, to any person obtaining a copy
  20. of this software and associated documentation files (the "Software"), to deal
  21. in the Software without restriction, including without limitation the rights
  22. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  23. copies of the Software, and to permit persons to whom the Software is
  24. furnished to do so, subject to the following conditions:
  25. The above copyright notice and this permission notice shall be included in all
  26. copies or substantial portions of the Software.
  27. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  28. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  29. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  30. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  31. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  32. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  33. SOFTWARE.</string>
  34. <key>License</key>
  35. <string>MIT</string>
  36. <key>Title</key>
  37. <string>Aspects</string>
  38. <key>Type</key>
  39. <string>PSGroupSpecifier</string>
  40. </dict>
  41. <dict>
  42. <key>FooterText</key>
  43. <string>BSD 3-Clause License
  44. Copyright (c) 2010-2020, Deusty, LLC
  45. All rights reserved.
  46. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  47. 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  48. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  49. 3. Neither the name of Deusty nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission of Deusty, LLC.
  50. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  51. </string>
  52. <key>License</key>
  53. <string>BSD</string>
  54. <key>Title</key>
  55. <string>CocoaLumberjack</string>
  56. <key>Type</key>
  57. <string>PSGroupSpecifier</string>
  58. </dict>
  59. <dict>
  60. <key>FooterText</key>
  61. <string> Apache License
  62. Version 2.0, January 2004
  63. http://www.apache.org/licenses/
  64. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  65. 1. Definitions.
  66. "License" shall mean the terms and conditions for use, reproduction,
  67. and distribution as defined by Sections 1 through 9 of this document.
  68. "Licensor" shall mean the copyright owner or entity authorized by
  69. the copyright owner that is granting the License.
  70. "Legal Entity" shall mean the union of the acting entity and all
  71. other entities that control, are controlled by, or are under common
  72. control with that entity. For the purposes of this definition,
  73. "control" means (i) the power, direct or indirect, to cause the
  74. direction or management of such entity, whether by contract or
  75. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  76. outstanding shares, or (iii) beneficial ownership of such entity.
  77. "You" (or "Your") shall mean an individual or Legal Entity
  78. exercising permissions granted by this License.
  79. "Source" form shall mean the preferred form for making modifications,
  80. including but not limited to software source code, documentation
  81. source, and configuration files.
  82. "Object" form shall mean any form resulting from mechanical
  83. transformation or translation of a Source form, including but
  84. not limited to compiled object code, generated documentation,
  85. and conversions to other media types.
  86. "Work" shall mean the work of authorship, whether in Source or
  87. Object form, made available under the License, as indicated by a
  88. copyright notice that is included in or attached to the work
  89. (an example is provided in the Appendix below).
  90. "Derivative Works" shall mean any work, whether in Source or Object
  91. form, that is based on (or derived from) the Work and for which the
  92. editorial revisions, annotations, elaborations, or other modifications
  93. represent, as a whole, an original work of authorship. For the purposes
  94. of this License, Derivative Works shall not include works that remain
  95. separable from, or merely link (or bind by name) to the interfaces of,
  96. the Work and Derivative Works thereof.
  97. "Contribution" shall mean any work of authorship, including
  98. the original version of the Work and any modifications or additions
  99. to that Work or Derivative Works thereof, that is intentionally
  100. submitted to Licensor for inclusion in the Work by the copyright owner
  101. or by an individual or Legal Entity authorized to submit on behalf of
  102. the copyright owner. For the purposes of this definition, "submitted"
  103. means any form of electronic, verbal, or written communication sent
  104. to the Licensor or its representatives, including but not limited to
  105. communication on electronic mailing lists, source code control systems,
  106. and issue tracking systems that are managed by, or on behalf of, the
  107. Licensor for the purpose of discussing and improving the Work, but
  108. excluding communication that is conspicuously marked or otherwise
  109. designated in writing by the copyright owner as "Not a Contribution."
  110. "Contributor" shall mean Licensor and any individual or Legal Entity
  111. on behalf of whom a Contribution has been received by Licensor and
  112. subsequently incorporated within the Work.
  113. 2. Grant of Copyright License. Subject to the terms and conditions of
  114. this License, each Contributor hereby grants to You a perpetual,
  115. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  116. copyright license to reproduce, prepare Derivative Works of,
  117. publicly display, publicly perform, sublicense, and distribute the
  118. Work and such Derivative Works in Source or Object form.
  119. 3. Grant of Patent License. Subject to the terms and conditions of
  120. this License, each Contributor hereby grants to You a perpetual,
  121. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  122. (except as stated in this section) patent license to make, have made,
  123. use, offer to sell, sell, import, and otherwise transfer the Work,
  124. where such license applies only to those patent claims licensable
  125. by such Contributor that are necessarily infringed by their
  126. Contribution(s) alone or by combination of their Contribution(s)
  127. with the Work to which such Contribution(s) was submitted. If You
  128. institute patent litigation against any entity (including a
  129. cross-claim or counterclaim in a lawsuit) alleging that the Work
  130. or a Contribution incorporated within the Work constitutes direct
  131. or contributory patent infringement, then any patent licenses
  132. granted to You under this License for that Work shall terminate
  133. as of the date such litigation is filed.
  134. 4. Redistribution. You may reproduce and distribute copies of the
  135. Work or Derivative Works thereof in any medium, with or without
  136. modifications, and in Source or Object form, provided that You
  137. meet the following conditions:
  138. (a) You must give any other recipients of the Work or
  139. Derivative Works a copy of this License; and
  140. (b) You must cause any modified files to carry prominent notices
  141. stating that You changed the files; and
  142. (c) You must retain, in the Source form of any Derivative Works
  143. that You distribute, all copyright, patent, trademark, and
  144. attribution notices from the Source form of the Work,
  145. excluding those notices that do not pertain to any part of
  146. the Derivative Works; and
  147. (d) If the Work includes a "NOTICE" text file as part of its
  148. distribution, then any Derivative Works that You distribute must
  149. include a readable copy of the attribution notices contained
  150. within such NOTICE file, excluding those notices that do not
  151. pertain to any part of the Derivative Works, in at least one
  152. of the following places: within a NOTICE text file distributed
  153. as part of the Derivative Works; within the Source form or
  154. documentation, if provided along with the Derivative Works; or,
  155. within a display generated by the Derivative Works, if and
  156. wherever such third-party notices normally appear. The contents
  157. of the NOTICE file are for informational purposes only and
  158. do not modify the License. You may add Your own attribution
  159. notices within Derivative Works that You distribute, alongside
  160. or as an addendum to the NOTICE text from the Work, provided
  161. that such additional attribution notices cannot be construed
  162. as modifying the License.
  163. You may add Your own copyright statement to Your modifications and
  164. may provide additional or different license terms and conditions
  165. for use, reproduction, or distribution of Your modifications, or
  166. for any such Derivative Works as a whole, provided Your use,
  167. reproduction, and distribution of the Work otherwise complies with
  168. the conditions stated in this License.
  169. 5. Submission of Contributions. Unless You explicitly state otherwise,
  170. any Contribution intentionally submitted for inclusion in the Work
  171. by You to the Licensor shall be under the terms and conditions of
  172. this License, without any additional terms or conditions.
  173. Notwithstanding the above, nothing herein shall supersede or modify
  174. the terms of any separate license agreement you may have executed
  175. with Licensor regarding such Contributions.
  176. 6. Trademarks. This License does not grant permission to use the trade
  177. names, trademarks, service marks, or product names of the Licensor,
  178. except as required for reasonable and customary use in describing the
  179. origin of the Work and reproducing the content of the NOTICE file.
  180. 7. Disclaimer of Warranty. Unless required by applicable law or
  181. agreed to in writing, Licensor provides the Work (and each
  182. Contributor provides its Contributions) on an "AS IS" BASIS,
  183. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  184. implied, including, without limitation, any warranties or conditions
  185. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  186. PARTICULAR PURPOSE. You are solely responsible for determining the
  187. appropriateness of using or redistributing the Work and assume any
  188. risks associated with Your exercise of permissions under this License.
  189. 8. Limitation of Liability. In no event and under no legal theory,
  190. whether in tort (including negligence), contract, or otherwise,
  191. unless required by applicable law (such as deliberate and grossly
  192. negligent acts) or agreed to in writing, shall any Contributor be
  193. liable to You for damages, including any direct, indirect, special,
  194. incidental, or consequential damages of any character arising as a
  195. result of this License or out of the use or inability to use the
  196. Work (including but not limited to damages for loss of goodwill,
  197. work stoppage, computer failure or malfunction, or any and all
  198. other commercial damages or losses), even if such Contributor
  199. has been advised of the possibility of such damages.
  200. 9. Accepting Warranty or Additional Liability. While redistributing
  201. the Work or Derivative Works thereof, You may choose to offer,
  202. and charge a fee for, acceptance of support, warranty, indemnity,
  203. or other liability obligations and/or rights consistent with this
  204. License. However, in accepting such obligations, You may act only
  205. on Your own behalf and on Your sole responsibility, not on behalf
  206. of any other Contributor, and only if You agree to indemnify,
  207. defend, and hold each Contributor harmless for any liability
  208. incurred by, or claims asserted against, such Contributor by reason
  209. of your accepting any such warranty or additional liability.
  210. END OF TERMS AND CONDITIONS
  211. APPENDIX: How to apply the Apache License to your work.
  212. To apply the Apache License to your work, attach the following
  213. boilerplate notice, with the fields enclosed by brackets "{}"
  214. replaced with your own identifying information. (Don't include
  215. the brackets!) The text should be enclosed in the appropriate
  216. comment syntax for the file format. We also recommend that a
  217. file or class name and description of purpose be included on the
  218. same "printed page" as the copyright notice for easier
  219. identification within third-party archives.
  220. Copyright (C) 2017 Beijing Didi Infinity Technology and Development Co.,Ltd. All rights reserved.
  221. Licensed under the Apache License, Version 2.0 (the "License");
  222. you may not use this file except in compliance with the License.
  223. You may obtain a copy of the License at
  224. http://www.apache.org/licenses/LICENSE-2.0
  225. Unless required by applicable law or agreed to in writing, software
  226. distributed under the License is distributed on an "AS IS" BASIS,
  227. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  228. See the License for the specific language governing permissions and
  229. limitations under the License.
  230. </string>
  231. <key>License</key>
  232. <string>Apache-2.0</string>
  233. <key>Title</key>
  234. <string>DoraemonKit</string>
  235. <key>Type</key>
  236. <string>PSGroupSpecifier</string>
  237. </dict>
  238. <dict>
  239. <key>FooterText</key>
  240. <string>License
  241. For FBRetainCycleDetector software
  242. Copyright (c) 2016-present, Facebook, Inc. All rights reserved.
  243. Redistribution and use in source and binary forms, with or without modification,
  244. are permitted provided that the following conditions are met:
  245. * Redistributions of source code must retain the above copyright notice, this
  246. list of conditions and the following disclaimer.
  247. * Redistributions in binary form must reproduce the above copyright notice,
  248. this list of conditions and the following disclaimer in the documentation
  249. and/or other materials provided with the distribution.
  250. * Neither the name Facebook nor the names of its contributors may be used to
  251. endorse or promote products derived from this software without specific
  252. prior written permission.
  253. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  254. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  255. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  256. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
  257. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  258. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  259. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  260. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  261. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  262. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  263. </string>
  264. <key>License</key>
  265. <string>BSD</string>
  266. <key>Title</key>
  267. <string>FBRetainCycleDetector</string>
  268. <key>Type</key>
  269. <string>PSGroupSpecifier</string>
  270. </dict>
  271. <dict>
  272. <key>FooterText</key>
  273. <string>If you are using FMDB in your project, I'd love to hear about it. Let Gus know
  274. by sending an email to gus@flyingmeat.com.
  275. And if you happen to come across either Gus Mueller or Rob Ryan in a bar, you
  276. might consider purchasing a drink of their choosing if FMDB has been useful to
  277. you.
  278. Finally, and shortly, this is the MIT License.
  279. Copyright (c) 2008-2014 Flying Meat Inc.
  280. Permission is hereby granted, free of charge, to any person obtaining a copy
  281. of this software and associated documentation files (the "Software"), to deal
  282. in the Software without restriction, including without limitation the rights
  283. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  284. copies of the Software, and to permit persons to whom the Software is
  285. furnished to do so, subject to the following conditions:
  286. The above copyright notice and this permission notice shall be included in
  287. all copies or substantial portions of the Software.
  288. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  289. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  290. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  291. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  292. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  293. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  294. THE SOFTWARE.</string>
  295. <key>License</key>
  296. <string>MIT</string>
  297. <key>Title</key>
  298. <string>FMDB</string>
  299. <key>Type</key>
  300. <string>PSGroupSpecifier</string>
  301. </dict>
  302. <dict>
  303. <key>FooterText</key>
  304. <string>Copyright (c) 2017 zhenglibao &lt;798393829@qq.com&gt;
  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
  312. all 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
  319. THE SOFTWARE.
  320. </string>
  321. <key>License</key>
  322. <string>MIT</string>
  323. <key>Title</key>
  324. <string>FlexLib</string>
  325. <key>Type</key>
  326. <string>PSGroupSpecifier</string>
  327. </dict>
  328. <dict>
  329. <key>FooterText</key>
  330. <string>Copyright (c) 2012-2014, Pierre-Olivier Latour
  331. All rights reserved.
  332. Redistribution and use in source and binary forms, with or without
  333. modification, are permitted provided that the following conditions are met:
  334. * Redistributions of source code must retain the above copyright
  335. notice, this list of conditions and the following disclaimer.
  336. * Redistributions in binary form must reproduce the above copyright
  337. notice, this list of conditions and the following disclaimer in the
  338. documentation and/or other materials provided with the distribution.
  339. * The name of Pierre-Olivier Latour may not be used to endorse
  340. or promote products derived from this software without specific
  341. prior written permission.
  342. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  343. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  344. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  345. DISCLAIMED. IN NO EVENT SHALL PIERRE-OLIVIER LATOUR BE LIABLE FOR ANY
  346. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  347. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  348. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  349. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  350. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  351. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  352. </string>
  353. <key>License</key>
  354. <string>BSD</string>
  355. <key>Title</key>
  356. <string>GCDWebServer</string>
  357. <key>Type</key>
  358. <string>PSGroupSpecifier</string>
  359. </dict>
  360. <dict>
  361. <key>FooterText</key>
  362. <string>Copyright (c) 2011-2012 Masonry Team - https://github.com/Masonry
  363. Permission is hereby granted, free of charge, to any person obtaining a copy
  364. of this software and associated documentation files (the "Software"), to deal
  365. in the Software without restriction, including without limitation the rights
  366. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  367. copies of the Software, and to permit persons to whom the Software is
  368. furnished to do so, subject to the following conditions:
  369. The above copyright notice and this permission notice shall be included in
  370. all copies or substantial portions of the Software.
  371. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  372. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  373. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  374. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  375. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  376. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  377. THE SOFTWARE.</string>
  378. <key>License</key>
  379. <string>MIT</string>
  380. <key>Title</key>
  381. <string>Masonry</string>
  382. <key>Type</key>
  383. <string>PSGroupSpecifier</string>
  384. </dict>
  385. <dict>
  386. <key>FooterText</key>
  387. <string>If you are using iOSDebugDatabase in your project, I'd love to hear about it. Let Gus know
  388. by sending an email to yanqizhou@126.com.
  389. Copyright (C) 2016 y500
  390. Licensed under the Apache License, Version 2.0 (the "License");
  391. you may not use this file except in compliance with the License.
  392. You may obtain a copy of the License at
  393. http://www.apache.org/licenses/LICENSE-2.0
  394. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  395. See the License for the specific language governing permissions and limitations under the License.
  396. </string>
  397. <key>License</key>
  398. <string>None</string>
  399. <key>Title</key>
  400. <string>YYDebugDatabase</string>
  401. <key>Type</key>
  402. <string>PSGroupSpecifier</string>
  403. </dict>
  404. <dict>
  405. <key>FooterText</key>
  406. <string>MIT License
  407. Copyright (c) Facebook, Inc. and its affiliates.
  408. Permission is hereby granted, free of charge, to any person obtaining a copy
  409. of this software and associated documentation files (the "Software"), to deal
  410. in the Software without restriction, including without limitation the rights
  411. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  412. copies of the Software, and to permit persons to whom the Software is
  413. furnished to do so, subject to the following conditions:
  414. The above copyright notice and this permission notice shall be included in all
  415. copies or substantial portions of the Software.
  416. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  417. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  418. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  419. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  420. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  421. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  422. SOFTWARE.
  423. </string>
  424. <key>License</key>
  425. <string>MIT</string>
  426. <key>Title</key>
  427. <string>Yoga</string>
  428. <key>Type</key>
  429. <string>PSGroupSpecifier</string>
  430. </dict>
  431. <dict>
  432. <key>FooterText</key>
  433. <string>Copyright (c) 2020 bymiracles@163.com &lt;350991881@qq.com&gt;
  434. Permission is hereby granted, free of charge, to any person obtaining a copy
  435. of this software and associated documentation files (the "Software"), to deal
  436. in the Software without restriction, including without limitation the rights
  437. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  438. copies of the Software, and to permit persons to whom the Software is
  439. furnished to do so, subject to the following conditions:
  440. The above copyright notice and this permission notice shall be included in
  441. all copies or substantial portions of the Software.
  442. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  443. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  444. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  445. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  446. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  447. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  448. THE SOFTWARE.
  449. </string>
  450. <key>License</key>
  451. <string>MIT</string>
  452. <key>Title</key>
  453. <string>ZZFoundation</string>
  454. <key>Type</key>
  455. <string>PSGroupSpecifier</string>
  456. </dict>
  457. <dict>
  458. <key>FooterText</key>
  459. <string>Copyright (c) 2021 bymiracles@163.com &lt;350991881@qq.com&gt;
  460. Permission is hereby granted, free of charge, to any person obtaining a copy
  461. of this software and associated documentation files (the "Software"), to deal
  462. in the Software without restriction, including without limitation the rights
  463. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  464. copies of the Software, and to permit persons to whom the Software is
  465. furnished to do so, subject to the following conditions:
  466. The above copyright notice and this permission notice shall be included in
  467. all copies or substantial portions of the Software.
  468. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  469. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  470. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  471. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  472. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  473. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  474. THE SOFTWARE.
  475. </string>
  476. <key>License</key>
  477. <string>MIT</string>
  478. <key>Title</key>
  479. <string>ZZUIKit</string>
  480. <key>Type</key>
  481. <string>PSGroupSpecifier</string>
  482. </dict>
  483. <dict>
  484. <key>FooterText</key>
  485. <string>Generated by CocoaPods - https://cocoapods.org</string>
  486. <key>Title</key>
  487. <string></string>
  488. <key>Type</key>
  489. <string>PSGroupSpecifier</string>
  490. </dict>
  491. </array>
  492. <key>StringsTable</key>
  493. <string>Acknowledgements</string>
  494. <key>Title</key>
  495. <string>Acknowledgements</string>
  496. </dict>
  497. </plist>