11Pod ::Spec . new do |spec |
22 spec . name = 'Texture'
3- spec . version = '2.3'
3+ spec . version = '2.3.1 '
44 spec . license = { :type => 'BSD and Apache 2' , }
5- spec . homepage = 'http://asyncdisplaykit .org'
5+ spec . homepage = 'http://texturegroup .org'
66 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' }
77 spec . summary = 'Smooth asynchronous user interfaces for iOS apps.'
88 spec . source = { :git => 'https://github.com/TextureGroup/Texture.git' , :tag => spec . version . to_s }
99 spec . module_name = 'AsyncDisplayKit'
1010 spec . header_dir = 'AsyncDisplayKit'
1111
12- spec . documentation_url = 'http://asyncdisplaykit .org/appledoc/'
12+ spec . documentation_url = 'http://texturegroup .org/appledoc/'
1313
1414 spec . weak_frameworks = 'Photos' , 'MapKit' , 'AssetsLibrary'
1515 spec . requires_arc = true
@@ -26,7 +26,7 @@ Pod::Spec.new do |spec|
2626 'Source/Details/**/*.h' ,
2727 'Source/Layout/**/*.h' ,
2828 'Source/Base/*.h' ,
29- 'Source/Debug/AsyncDisplayKit+Debug .h' ,
29+ 'Source/Debug/**/* .h' ,
3030 'Source/TextKit/ASTextNodeTypes.h' ,
3131 'Source/TextKit/ASTextKitComponents.h'
3232 ]
@@ -64,7 +64,7 @@ Pod::Spec.new do |spec|
6464 # Include optional PINRemoteImage module
6565 spec . default_subspec = 'PINRemoteImage'
6666
67- spec . social_media_url = 'https://twitter.com/AsyncDisplayKit '
67+ spec . social_media_url = 'https://twitter.com/TextureiOS '
6868 spec . library = 'c++'
6969 spec . pod_target_xcconfig = {
7070 'CLANG_CXX_LANGUAGE_STANDARD' => 'c++11' ,
0 commit comments