Pods-BFCommonKit_Example-acknowledgements.plist 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739
  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-2021 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>Copyright (c) 2021 wenweiwei &lt;wenweiwei@piaoquantv.com&gt;
  44. Permission is hereby granted, free of charge, to any person obtaining a copy
  45. of this software and associated documentation files (the "Software"), to deal
  46. in the Software without restriction, including without limitation the rights
  47. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  48. copies of the Software, and to permit persons to whom the Software is
  49. furnished to do so, subject to the following conditions:
  50. The above copyright notice and this permission notice shall be included in
  51. all copies or substantial portions of the Software.
  52. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  53. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  54. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  55. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  56. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  57. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  58. THE SOFTWARE.
  59. </string>
  60. <key>License</key>
  61. <string>MIT</string>
  62. <key>Title</key>
  63. <string>BFCommonKit</string>
  64. <key>Type</key>
  65. <string>PSGroupSpecifier</string>
  66. </dict>
  67. <dict>
  68. <key>FooterText</key>
  69. <string>The MIT License (MIT)
  70. Copyright (c) 2015
  71. Permission is hereby granted, free of charge, to any person obtaining a copy
  72. of this software and associated documentation files (the "Software"), to deal
  73. in the Software without restriction, including without limitation the rights
  74. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  75. copies of the Software, and to permit persons to whom the Software is
  76. furnished to do so, subject to the following conditions:
  77. The above copyright notice and this permission notice shall be included in all
  78. copies or substantial portions of the Software.
  79. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  80. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  81. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  82. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  83. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  84. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  85. SOFTWARE.
  86. </string>
  87. <key>License</key>
  88. <string>MIT</string>
  89. <key>Title</key>
  90. <string>FDFullscreenPopGesture</string>
  91. <key>Type</key>
  92. <string>PSGroupSpecifier</string>
  93. </dict>
  94. <dict>
  95. <key>FooterText</key>
  96. <string>The MIT License (MIT)
  97. Copyright (c) 2014 kishikawa katsumi
  98. Permission is hereby granted, free of charge, to any person obtaining a copy
  99. of this software and associated documentation files (the "Software"), to deal
  100. in the Software without restriction, including without limitation the rights
  101. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  102. copies of the Software, and to permit persons to whom the Software is
  103. furnished to do so, subject to the following conditions:
  104. The above copyright notice and this permission notice shall be included in all
  105. copies or substantial portions of the Software.
  106. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  107. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  108. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  109. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  110. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  111. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  112. SOFTWARE.
  113. </string>
  114. <key>License</key>
  115. <string>MIT</string>
  116. <key>Title</key>
  117. <string>KeychainAccess</string>
  118. <key>Type</key>
  119. <string>PSGroupSpecifier</string>
  120. </dict>
  121. <dict>
  122. <key>FooterText</key>
  123. <string>The MIT License (MIT)
  124. Copyright (c) 2019 Wei Wang
  125. Permission is hereby granted, free of charge, to any person obtaining a copy
  126. of this software and associated documentation files (the "Software"), to deal
  127. in the Software without restriction, including without limitation the rights
  128. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  129. copies of the Software, and to permit persons to whom the Software is
  130. furnished to do so, subject to the following conditions:
  131. The above copyright notice and this permission notice shall be included in all
  132. copies or substantial portions of the Software.
  133. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  134. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  135. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  136. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  137. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  138. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  139. SOFTWARE.
  140. </string>
  141. <key>License</key>
  142. <string>MIT</string>
  143. <key>Title</key>
  144. <string>Kingfisher</string>
  145. <key>Type</key>
  146. <string>PSGroupSpecifier</string>
  147. </dict>
  148. <dict>
  149. <key>FooterText</key>
  150. <string>Copyright (c) 2016 Yang Chao &lt;iyeatse@gmail.com&gt;
  151. Permission is hereby granted, free of charge, to any person obtaining a copy
  152. of this software and associated documentation files (the "Software"), to deal
  153. in the Software without restriction, including without limitation the rights
  154. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  155. copies of the Software, and to permit persons to whom the Software is
  156. furnished to do so, subject to the following conditions:
  157. The above copyright notice and this permission notice shall be included in
  158. all copies or substantial portions of the Software.
  159. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  160. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  161. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  162. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  163. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  164. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  165. THE SOFTWARE.
  166. </string>
  167. <key>License</key>
  168. <string>MIT</string>
  169. <key>Title</key>
  170. <string>KingfisherWebP</string>
  171. <key>Type</key>
  172. <string>PSGroupSpecifier</string>
  173. </dict>
  174. <dict>
  175. <key>FooterText</key>
  176. <string>TABLE OF CONTENTS
  177. 1. Apache License version 2.0
  178. 2. Export Compliance
  179. 1. -------------------------------------------------------------------------------
  180. Apache License
  181. Version 2.0, January 2004
  182. http://www.apache.org/licenses/
  183. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  184. 1. Definitions.
  185. "License" shall mean the terms and conditions for use, reproduction,
  186. and distribution as defined by Sections 1 through 9 of this document.
  187. "Licensor" shall mean the copyright owner or entity authorized by
  188. the copyright owner that is granting the License.
  189. "Legal Entity" shall mean the union of the acting entity and all
  190. other entities that control, are controlled by, or are under common
  191. control with that entity. For the purposes of this definition,
  192. "control" means (i) the power, direct or indirect, to cause the
  193. direction or management of such entity, whether by contract or
  194. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  195. outstanding shares, or (iii) beneficial ownership of such entity.
  196. "You" (or "Your") shall mean an individual or Legal Entity
  197. exercising permissions granted by this License.
  198. "Source" form shall mean the preferred form for making modifications,
  199. including but not limited to software source code, documentation
  200. source, and configuration files.
  201. "Object" form shall mean any form resulting from mechanical
  202. transformation or translation of a Source form, including but
  203. not limited to compiled object code, generated documentation,
  204. and conversions to other media types.
  205. "Work" shall mean the work of authorship, whether in Source or
  206. Object form, made available under the License, as indicated by a
  207. copyright notice that is included in or attached to the work
  208. (an example is provided in the Appendix below).
  209. "Derivative Works" shall mean any work, whether in Source or Object
  210. form, that is based on (or derived from) the Work and for which the
  211. editorial revisions, annotations, elaborations, or other modifications
  212. represent, as a whole, an original work of authorship. For the purposes
  213. of this License, Derivative Works shall not include works that remain
  214. separable from, or merely link (or bind by name) to the interfaces of,
  215. the Work and Derivative Works thereof.
  216. "Contribution" shall mean any work of authorship, including
  217. the original version of the Work and any modifications or additions
  218. to that Work or Derivative Works thereof, that is intentionally
  219. submitted to Licensor for inclusion in the Work by the copyright owner
  220. or by an individual or Legal Entity authorized to submit on behalf of
  221. the copyright owner. For the purposes of this definition, "submitted"
  222. means any form of electronic, verbal, or written communication sent
  223. to the Licensor or its representatives, including but not limited to
  224. communication on electronic mailing lists, source code control systems,
  225. and issue tracking systems that are managed by, or on behalf of, the
  226. Licensor for the purpose of discussing and improving the Work, but
  227. excluding communication that is conspicuously marked or otherwise
  228. designated in writing by the copyright owner as "Not a Contribution."
  229. "Contributor" shall mean Licensor and any individual or Legal Entity
  230. on behalf of whom a Contribution has been received by Licensor and
  231. subsequently incorporated within the Work.
  232. 2. Grant of Copyright License. Subject to the terms and conditions of
  233. this License, each Contributor hereby grants to You a perpetual,
  234. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  235. copyright license to reproduce, prepare Derivative Works of,
  236. publicly display, publicly perform, sublicense, and distribute the
  237. Work and such Derivative Works in Source or Object form.
  238. 3. Grant of Patent License. Subject to the terms and conditions of
  239. this License, each Contributor hereby grants to You a perpetual,
  240. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  241. (except as stated in this section) patent license to make, have made,
  242. use, offer to sell, sell, import, and otherwise transfer the Work,
  243. where such license applies only to those patent claims licensable
  244. by such Contributor that are necessarily infringed by their
  245. Contribution(s) alone or by combination of their Contribution(s)
  246. with the Work to which such Contribution(s) was submitted. If You
  247. institute patent litigation against any entity (including a
  248. cross-claim or counterclaim in a lawsuit) alleging that the Work
  249. or a Contribution incorporated within the Work constitutes direct
  250. or contributory patent infringement, then any patent licenses
  251. granted to You under this License for that Work shall terminate
  252. as of the date such litigation is filed.
  253. 4. Redistribution. You may reproduce and distribute copies of the
  254. Work or Derivative Works thereof in any medium, with or without
  255. modifications, and in Source or Object form, provided that You
  256. meet the following conditions:
  257. (a) You must give any other recipients of the Work or
  258. Derivative Works a copy of this License; and
  259. (b) You must cause any modified files to carry prominent notices
  260. stating that You changed the files; and
  261. (c) You must retain, in the Source form of any Derivative Works
  262. that You distribute, all copyright, patent, trademark, and
  263. attribution notices from the Source form of the Work,
  264. excluding those notices that do not pertain to any part of
  265. the Derivative Works; and
  266. (d) If the Work includes a "NOTICE" text file as part of its
  267. distribution, then any Derivative Works that You distribute must
  268. include a readable copy of the attribution notices contained
  269. within such NOTICE file, excluding those notices that do not
  270. pertain to any part of the Derivative Works, in at least one
  271. of the following places: within a NOTICE text file distributed
  272. as part of the Derivative Works; within the Source form or
  273. documentation, if provided along with the Derivative Works; or,
  274. within a display generated by the Derivative Works, if and
  275. wherever such third-party notices normally appear. The contents
  276. of the NOTICE file are for informational purposes only and
  277. do not modify the License. You may add Your own attribution
  278. notices within Derivative Works that You distribute, alongside
  279. or as an addendum to the NOTICE text from the Work, provided
  280. that such additional attribution notices cannot be construed
  281. as modifying the License.
  282. You may add Your own copyright statement to Your modifications and
  283. may provide additional or different license terms and conditions
  284. for use, reproduction, or distribution of Your modifications, or
  285. for any such Derivative Works as a whole, provided Your use,
  286. reproduction, and distribution of the Work otherwise complies with
  287. the conditions stated in this License.
  288. 5. Submission of Contributions. Unless You explicitly state otherwise,
  289. any Contribution intentionally submitted for inclusion in the Work
  290. by You to the Licensor shall be under the terms and conditions of
  291. this License, without any additional terms or conditions.
  292. Notwithstanding the above, nothing herein shall supersede or modify
  293. the terms of any separate license agreement you may have executed
  294. with Licensor regarding such Contributions.
  295. 6. Trademarks. This License does not grant permission to use the trade
  296. names, trademarks, service marks, or product names of the Licensor,
  297. except as required for reasonable and customary use in describing the
  298. origin of the Work and reproducing the content of the NOTICE file.
  299. 7. Disclaimer of Warranty. Unless required by applicable law or
  300. agreed to in writing, Licensor provides the Work (and each
  301. Contributor provides its Contributions) on an "AS IS" BASIS,
  302. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  303. implied, including, without limitation, any warranties or conditions
  304. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  305. PARTICULAR PURPOSE. You are solely responsible for determining the
  306. appropriateness of using or redistributing the Work and assume any
  307. risks associated with Your exercise of permissions under this License.
  308. 8. Limitation of Liability. In no event and under no legal theory,
  309. whether in tort (including negligence), contract, or otherwise,
  310. unless required by applicable law (such as deliberate and grossly
  311. negligent acts) or agreed to in writing, shall any Contributor be
  312. liable to You for damages, including any direct, indirect, special,
  313. incidental, or consequential damages of any character arising as a
  314. result of this License or out of the use or inability to use the
  315. Work (including but not limited to damages for loss of goodwill,
  316. work stoppage, computer failure or malfunction, or any and all
  317. other commercial damages or losses), even if such Contributor
  318. has been advised of the possibility of such damages.
  319. 9. Accepting Warranty or Additional Liability. While redistributing
  320. the Work or Derivative Works thereof, You may choose to offer,
  321. and charge a fee for, acceptance of support, warranty, indemnity,
  322. or other liability obligations and/or rights consistent with this
  323. License. However, in accepting such obligations, You may act only
  324. on Your own behalf and on Your sole responsibility, not on behalf
  325. of any other Contributor, and only if You agree to indemnify,
  326. defend, and hold each Contributor harmless for any liability
  327. incurred by, or claims asserted against, such Contributor by reason
  328. of your accepting any such warranty or additional liability.
  329. 2. -------------------------------------------------------------------------------
  330. EXPORT COMPLIANCE
  331. You understand that the Software may contain cryptographic functions that may be
  332. subject to export restrictions, and you represent and warrant that you are not
  333. (i) located in a jurisdiction that is subject to United States economic
  334. sanctions (“Prohibited Jurisdiction”), including Cuba, Iran, North Korea,
  335. Sudan, Syria or the Crimea region, (ii) a person listed on any U.S. government
  336. blacklist (to include the List of Specially Designated Nationals and Blocked
  337. Persons or the Consolidated Sanctions List administered by the U.S. Department
  338. of the Treasury’s Office of Foreign Assets Control, or the Denied Persons List
  339. or Entity List administered by the U.S. Department of Commerce)
  340. (“Sanctioned Person”), or (iii) controlled or 50% or more owned by a Sanctioned
  341. Person.
  342. You agree to comply with all export, re-export and import restrictions and
  343. regulations of the U.S. Department of Commerce or other agency or authority of
  344. the United States or other applicable countries. You also agree not to transfer,
  345. or authorize the transfer of, directly or indirectly, of the Software to any
  346. Prohibited Jurisdiction, or otherwise in violation of any such restrictions or
  347. regulations.
  348. </string>
  349. <key>License</key>
  350. <string>Apache 2.0</string>
  351. <key>Title</key>
  352. <string>Realm</string>
  353. <key>Type</key>
  354. <string>PSGroupSpecifier</string>
  355. </dict>
  356. <dict>
  357. <key>FooterText</key>
  358. <string>TABLE OF CONTENTS
  359. 1. Apache License version 2.0
  360. 2. Export Compliance
  361. 1. -------------------------------------------------------------------------------
  362. Apache License
  363. Version 2.0, January 2004
  364. http://www.apache.org/licenses/
  365. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  366. 1. Definitions.
  367. "License" shall mean the terms and conditions for use, reproduction,
  368. and distribution as defined by Sections 1 through 9 of this document.
  369. "Licensor" shall mean the copyright owner or entity authorized by
  370. the copyright owner that is granting the License.
  371. "Legal Entity" shall mean the union of the acting entity and all
  372. other entities that control, are controlled by, or are under common
  373. control with that entity. For the purposes of this definition,
  374. "control" means (i) the power, direct or indirect, to cause the
  375. direction or management of such entity, whether by contract or
  376. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  377. outstanding shares, or (iii) beneficial ownership of such entity.
  378. "You" (or "Your") shall mean an individual or Legal Entity
  379. exercising permissions granted by this License.
  380. "Source" form shall mean the preferred form for making modifications,
  381. including but not limited to software source code, documentation
  382. source, and configuration files.
  383. "Object" form shall mean any form resulting from mechanical
  384. transformation or translation of a Source form, including but
  385. not limited to compiled object code, generated documentation,
  386. and conversions to other media types.
  387. "Work" shall mean the work of authorship, whether in Source or
  388. Object form, made available under the License, as indicated by a
  389. copyright notice that is included in or attached to the work
  390. (an example is provided in the Appendix below).
  391. "Derivative Works" shall mean any work, whether in Source or Object
  392. form, that is based on (or derived from) the Work and for which the
  393. editorial revisions, annotations, elaborations, or other modifications
  394. represent, as a whole, an original work of authorship. For the purposes
  395. of this License, Derivative Works shall not include works that remain
  396. separable from, or merely link (or bind by name) to the interfaces of,
  397. the Work and Derivative Works thereof.
  398. "Contribution" shall mean any work of authorship, including
  399. the original version of the Work and any modifications or additions
  400. to that Work or Derivative Works thereof, that is intentionally
  401. submitted to Licensor for inclusion in the Work by the copyright owner
  402. or by an individual or Legal Entity authorized to submit on behalf of
  403. the copyright owner. For the purposes of this definition, "submitted"
  404. means any form of electronic, verbal, or written communication sent
  405. to the Licensor or its representatives, including but not limited to
  406. communication on electronic mailing lists, source code control systems,
  407. and issue tracking systems that are managed by, or on behalf of, the
  408. Licensor for the purpose of discussing and improving the Work, but
  409. excluding communication that is conspicuously marked or otherwise
  410. designated in writing by the copyright owner as "Not a Contribution."
  411. "Contributor" shall mean Licensor and any individual or Legal Entity
  412. on behalf of whom a Contribution has been received by Licensor and
  413. subsequently incorporated within the Work.
  414. 2. Grant of Copyright License. Subject to the terms and conditions of
  415. this License, each Contributor hereby grants to You a perpetual,
  416. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  417. copyright license to reproduce, prepare Derivative Works of,
  418. publicly display, publicly perform, sublicense, and distribute the
  419. Work and such Derivative Works in Source or Object form.
  420. 3. Grant of Patent License. Subject to the terms and conditions of
  421. this License, each Contributor hereby grants to You a perpetual,
  422. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  423. (except as stated in this section) patent license to make, have made,
  424. use, offer to sell, sell, import, and otherwise transfer the Work,
  425. where such license applies only to those patent claims licensable
  426. by such Contributor that are necessarily infringed by their
  427. Contribution(s) alone or by combination of their Contribution(s)
  428. with the Work to which such Contribution(s) was submitted. If You
  429. institute patent litigation against any entity (including a
  430. cross-claim or counterclaim in a lawsuit) alleging that the Work
  431. or a Contribution incorporated within the Work constitutes direct
  432. or contributory patent infringement, then any patent licenses
  433. granted to You under this License for that Work shall terminate
  434. as of the date such litigation is filed.
  435. 4. Redistribution. You may reproduce and distribute copies of the
  436. Work or Derivative Works thereof in any medium, with or without
  437. modifications, and in Source or Object form, provided that You
  438. meet the following conditions:
  439. (a) You must give any other recipients of the Work or
  440. Derivative Works a copy of this License; and
  441. (b) You must cause any modified files to carry prominent notices
  442. stating that You changed the files; and
  443. (c) You must retain, in the Source form of any Derivative Works
  444. that You distribute, all copyright, patent, trademark, and
  445. attribution notices from the Source form of the Work,
  446. excluding those notices that do not pertain to any part of
  447. the Derivative Works; and
  448. (d) If the Work includes a "NOTICE" text file as part of its
  449. distribution, then any Derivative Works that You distribute must
  450. include a readable copy of the attribution notices contained
  451. within such NOTICE file, excluding those notices that do not
  452. pertain to any part of the Derivative Works, in at least one
  453. of the following places: within a NOTICE text file distributed
  454. as part of the Derivative Works; within the Source form or
  455. documentation, if provided along with the Derivative Works; or,
  456. within a display generated by the Derivative Works, if and
  457. wherever such third-party notices normally appear. The contents
  458. of the NOTICE file are for informational purposes only and
  459. do not modify the License. You may add Your own attribution
  460. notices within Derivative Works that You distribute, alongside
  461. or as an addendum to the NOTICE text from the Work, provided
  462. that such additional attribution notices cannot be construed
  463. as modifying the License.
  464. You may add Your own copyright statement to Your modifications and
  465. may provide additional or different license terms and conditions
  466. for use, reproduction, or distribution of Your modifications, or
  467. for any such Derivative Works as a whole, provided Your use,
  468. reproduction, and distribution of the Work otherwise complies with
  469. the conditions stated in this License.
  470. 5. Submission of Contributions. Unless You explicitly state otherwise,
  471. any Contribution intentionally submitted for inclusion in the Work
  472. by You to the Licensor shall be under the terms and conditions of
  473. this License, without any additional terms or conditions.
  474. Notwithstanding the above, nothing herein shall supersede or modify
  475. the terms of any separate license agreement you may have executed
  476. with Licensor regarding such Contributions.
  477. 6. Trademarks. This License does not grant permission to use the trade
  478. names, trademarks, service marks, or product names of the Licensor,
  479. except as required for reasonable and customary use in describing the
  480. origin of the Work and reproducing the content of the NOTICE file.
  481. 7. Disclaimer of Warranty. Unless required by applicable law or
  482. agreed to in writing, Licensor provides the Work (and each
  483. Contributor provides its Contributions) on an "AS IS" BASIS,
  484. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  485. implied, including, without limitation, any warranties or conditions
  486. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  487. PARTICULAR PURPOSE. You are solely responsible for determining the
  488. appropriateness of using or redistributing the Work and assume any
  489. risks associated with Your exercise of permissions under this License.
  490. 8. Limitation of Liability. In no event and under no legal theory,
  491. whether in tort (including negligence), contract, or otherwise,
  492. unless required by applicable law (such as deliberate and grossly
  493. negligent acts) or agreed to in writing, shall any Contributor be
  494. liable to You for damages, including any direct, indirect, special,
  495. incidental, or consequential damages of any character arising as a
  496. result of this License or out of the use or inability to use the
  497. Work (including but not limited to damages for loss of goodwill,
  498. work stoppage, computer failure or malfunction, or any and all
  499. other commercial damages or losses), even if such Contributor
  500. has been advised of the possibility of such damages.
  501. 9. Accepting Warranty or Additional Liability. While redistributing
  502. the Work or Derivative Works thereof, You may choose to offer,
  503. and charge a fee for, acceptance of support, warranty, indemnity,
  504. or other liability obligations and/or rights consistent with this
  505. License. However, in accepting such obligations, You may act only
  506. on Your own behalf and on Your sole responsibility, not on behalf
  507. of any other Contributor, and only if You agree to indemnify,
  508. defend, and hold each Contributor harmless for any liability
  509. incurred by, or claims asserted against, such Contributor by reason
  510. of your accepting any such warranty or additional liability.
  511. 2. -------------------------------------------------------------------------------
  512. EXPORT COMPLIANCE
  513. You understand that the Software may contain cryptographic functions that may be
  514. subject to export restrictions, and you represent and warrant that you are not
  515. (i) located in a jurisdiction that is subject to United States economic
  516. sanctions (“Prohibited Jurisdiction”), including Cuba, Iran, North Korea,
  517. Sudan, Syria or the Crimea region, (ii) a person listed on any U.S. government
  518. blacklist (to include the List of Specially Designated Nationals and Blocked
  519. Persons or the Consolidated Sanctions List administered by the U.S. Department
  520. of the Treasury’s Office of Foreign Assets Control, or the Denied Persons List
  521. or Entity List administered by the U.S. Department of Commerce)
  522. (“Sanctioned Person”), or (iii) controlled or 50% or more owned by a Sanctioned
  523. Person.
  524. You agree to comply with all export, re-export and import restrictions and
  525. regulations of the U.S. Department of Commerce or other agency or authority of
  526. the United States or other applicable countries. You also agree not to transfer,
  527. or authorize the transfer of, directly or indirectly, of the Software to any
  528. Prohibited Jurisdiction, or otherwise in violation of any such restrictions or
  529. regulations.
  530. </string>
  531. <key>License</key>
  532. <string>Apache 2.0</string>
  533. <key>Title</key>
  534. <string>RealmSwift</string>
  535. <key>Type</key>
  536. <string>PSGroupSpecifier</string>
  537. </dict>
  538. <dict>
  539. <key>FooterText</key>
  540. <string>Copyright (c) 2011-Present SnapKit Team - https://github.com/SnapKit
  541. Permission is hereby granted, free of charge, to any person obtaining a copy
  542. of this software and associated documentation files (the "Software"), to deal
  543. in the Software without restriction, including without limitation the rights
  544. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  545. copies of the Software, and to permit persons to whom the Software is
  546. furnished to do so, subject to the following conditions:
  547. The above copyright notice and this permission notice shall be included in
  548. all copies or substantial portions of the Software.
  549. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  550. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  551. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  552. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  553. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  554. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  555. THE SOFTWARE.
  556. </string>
  557. <key>License</key>
  558. <string>MIT</string>
  559. <key>Title</key>
  560. <string>SnapKit</string>
  561. <key>Type</key>
  562. <string>PSGroupSpecifier</string>
  563. </dict>
  564. <dict>
  565. <key>FooterText</key>
  566. <string>Copyright (c) 2015-2017 Charles Scalesse.
  567. Permission is hereby granted, free of charge, to any person obtaining a
  568. copy of this software and associated documentation files (the
  569. "Software"), to deal in the Software without restriction, including
  570. without limitation the rights to use, copy, modify, merge, publish,
  571. distribute, sublicense, and/or sell copies of the Software, and to
  572. permit persons to whom the Software is furnished to do so, subject to
  573. the following conditions:
  574. The above copyright notice and this permission notice shall be included
  575. in all copies or substantial portions of the Software.
  576. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  577. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  578. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  579. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  580. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  581. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  582. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  583. </string>
  584. <key>License</key>
  585. <string>MIT</string>
  586. <key>Title</key>
  587. <string>Toast-Swift</string>
  588. <key>Type</key>
  589. <string>PSGroupSpecifier</string>
  590. </dict>
  591. <dict>
  592. <key>FooterText</key>
  593. <string>Copyright (c) 2010, Google Inc. All rights reserved.
  594. Redistribution and use in source and binary forms, with or without
  595. modification, are permitted provided that the following conditions are
  596. met:
  597. * Redistributions of source code must retain the above copyright
  598. notice, this list of conditions and the following disclaimer.
  599. * Redistributions in binary form must reproduce the above copyright
  600. notice, this list of conditions and the following disclaimer in
  601. the documentation and/or other materials provided with the
  602. distribution.
  603. * Neither the name of Google nor the names of its contributors may
  604. be used to endorse or promote products derived from this software
  605. without specific prior written permission.
  606. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  607. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  608. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  609. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  610. HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  611. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  612. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  613. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  614. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  615. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  616. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  617. </string>
  618. <key>License</key>
  619. <string>BSD</string>
  620. <key>Title</key>
  621. <string>libwebp</string>
  622. <key>Type</key>
  623. <string>PSGroupSpecifier</string>
  624. </dict>
  625. <dict>
  626. <key>FooterText</key>
  627. <string>Generated by CocoaPods - https://cocoapods.org</string>
  628. <key>Title</key>
  629. <string></string>
  630. <key>Type</key>
  631. <string>PSGroupSpecifier</string>
  632. </dict>
  633. </array>
  634. <key>StringsTable</key>
  635. <string>Acknowledgements</string>
  636. <key>Title</key>
  637. <string>Acknowledgements</string>
  638. </dict>
  639. </plist>