Pods-fiveConstant-acknowledgements.plist 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  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-2022 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>MIT License
  44. Copyright (c) 2021 Elai Zuberman
  45. Permission is hereby granted, free of charge, to any person obtaining a copy
  46. of this software and associated documentation files (the "Software"), to deal
  47. in the Software without restriction, including without limitation the rights
  48. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  49. copies of the Software, and to permit persons to whom the Software is
  50. furnished to do so, subject to the following conditions:
  51. The above copyright notice and this permission notice shall be included in all
  52. copies or substantial portions of the Software.
  53. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  54. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  55. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  56. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  57. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  58. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  59. SOFTWARE.
  60. </string>
  61. <key>License</key>
  62. <string>MIT</string>
  63. <key>Title</key>
  64. <string>AlertToast</string>
  65. <key>Type</key>
  66. <string>PSGroupSpecifier</string>
  67. </dict>
  68. <dict>
  69. <key>FooterText</key>
  70. <string>MIT License
  71. Copyright (c) Sindre Sorhus &lt;sindresorhus@gmail.com&gt; (sindresorhus.com)
  72. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  73. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  74. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  75. </string>
  76. <key>License</key>
  77. <string>MIT</string>
  78. <key>Title</key>
  79. <string>Defaults</string>
  80. <key>Type</key>
  81. <string>PSGroupSpecifier</string>
  82. </dict>
  83. <dict>
  84. <key>FooterText</key>
  85. <string> Copyright 1999-2016 Alibaba Group Holding Ltd.
  86. Licensed under the Apache License, Version 2.0 (the "License");
  87. you may not use this file except in compliance with the License.
  88. You may obtain a copy of the License at
  89. http://www.apache.org/licenses/LICENSE-2.0
  90. Unless required by applicable law or agreed to in writing, software
  91. distributed under the License is distributed on an "AS IS" BASIS,
  92. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  93. See the License for the specific language governing permissions and
  94. limitations under the License.
  95. 1. reflection
  96. The MIT License (MIT)
  97. Copyright (c) 2016 Brad Hilton
  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. 2. ObjectMapper
  114. The MIT License (MIT)
  115. Copyright (c) 2014 Hearst
  116. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  117. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  118. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  119. </string>
  120. <key>License</key>
  121. <string>Apache License 2.0</string>
  122. <key>Title</key>
  123. <string>HandyJSON</string>
  124. <key>Type</key>
  125. <string>PSGroupSpecifier</string>
  126. </dict>
  127. <dict>
  128. <key>FooterText</key>
  129. <string>The MIT License (MIT)
  130. Copyright (c) 2014-present Artsy, Ash Furrow
  131. Permission is hereby granted, free of charge, to any person obtaining a copy
  132. of this software and associated documentation files (the "Software"), to deal
  133. in the Software without restriction, including without limitation the rights
  134. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  135. copies of the Software, and to permit persons to whom the Software is
  136. furnished to do so, subject to the following conditions:
  137. The above copyright notice and this permission notice shall be included in all
  138. copies or substantial portions of the Software.
  139. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  140. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  141. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  142. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  143. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  144. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  145. SOFTWARE.
  146. </string>
  147. <key>License</key>
  148. <string>MIT</string>
  149. <key>Title</key>
  150. <string>Moya</string>
  151. <key>Type</key>
  152. <string>PSGroupSpecifier</string>
  153. </dict>
  154. <dict>
  155. <key>FooterText</key>
  156. <string>The MIT License (MIT)
  157. Copyright (c) 2015-present Radosław Pietruszewski, Łukasz Mróz
  158. Permission is hereby granted, free of charge, to any person obtaining a copy
  159. of this software and associated documentation files (the "Software"), to deal
  160. in the Software without restriction, including without limitation the rights
  161. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  162. copies of the Software, and to permit persons to whom the Software is
  163. furnished to do so, subject to the following conditions:
  164. The above copyright notice and this permission notice shall be included in all
  165. copies or substantial portions of the Software.
  166. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  167. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  168. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  169. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  170. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  171. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  172. SOFTWARE.
  173. </string>
  174. <key>License</key>
  175. <string>MIT</string>
  176. <key>Title</key>
  177. <string>SwiftyUserDefaults</string>
  178. <key>Type</key>
  179. <string>PSGroupSpecifier</string>
  180. </dict>
  181. <dict>
  182. <key>FooterText</key>
  183. <string>Generated by CocoaPods - https://cocoapods.org</string>
  184. <key>Title</key>
  185. <string></string>
  186. <key>Type</key>
  187. <string>PSGroupSpecifier</string>
  188. </dict>
  189. </array>
  190. <key>StringsTable</key>
  191. <string>Acknowledgements</string>
  192. <key>Title</key>
  193. <string>Acknowledgements</string>
  194. </dict>
  195. </plist>