Update License (#6)

This commit is contained in:
Garrett Moon
2017-04-12 10:28:48 -07:00
committed by Garrett Moon
parent fa08bd0ed1
commit 8b41c8c300
4 changed files with 211 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
spec.name = 'Texture'
spec.version = '2.2'
spec.license = { :type => 'BSD' }
spec.license = { :type => 'BSD and Apache 2', }
spec.homepage = 'http://asyncdisplaykit.org'
spec.authors = { 'Huy Nguyen' => 'huy@pinterest.com', 'Garrett Moon' => 'garrett@excitedpixel.com', 'Scott Goodson' => 'scottgoodson@gmail.com', 'Michael Schneider' => 'schneider@pinterest.com', 'Adlai Hollar' => 'adlai@pinterest.com' }
spec.summary = 'Smooth asynchronous user interfaces for iOS apps.'