Cut version 2.8 #changelog (#1340)

This commit is contained in:
Adlai Holler
2019-02-13 22:20:59 -08:00
committed by GitHub
parent 5f1dc2bc62
commit a5fec4c3e6
4 changed files with 68 additions and 9 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
Pod::Spec.new do |spec|
spec.name = 'Texture'
spec.version = '2.7'
spec.version = '2.8'
spec.license = { :type => 'Apache 2', }
spec.homepage = 'http://texturegroup.org'
spec.authors = { 'Huy Nguyen' => 'huy@pinterest.com', 'Garrett Moon' => 'garrett@excitedpixel.com', 'Scott Goodson' => 'scottgoodson@gmail.com', 'Michael Schneider' => 'schneider@pinterest.com', 'Adlai Holler' => 'adlai@pinterest.com' }
spec.authors = { 'Huy Nguyen' => 'hi@huytnguyen.me', 'Garrett Moon' => 'garrett@excitedpixel.com', 'Scott Goodson' => 'scottgoodson@gmail.com', 'Michael Schneider' => 'mischneider1@gmail.com', 'Adlai Holler' => 'adlai@icloud.com' }
spec.summary = 'Smooth asynchronous user interfaces for iOS apps.'
spec.source = { :git => 'https://github.com/TextureGroup/Texture.git', :tag => spec.version.to_s }
spec.module_name = 'AsyncDisplayKit'