Skip to content

Commit

Permalink
add Tag 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gdxy committed Nov 19, 2018
1 parent 07ff0ac commit 901de91
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion TLTransitions.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TLTransitions"
s.version = "1.1.0"
s.version = "1.2.0"
s.ios.deployment_target = '8.0'
s.platform = :ios, '8.0'
s.summary = "Fast implement transitions for view or viewController "
Expand All @@ -9,7 +9,22 @@ Pod::Spec.new do |s|
s.author = { "LoongerTao" => "[email protected]" }
s.source = { :git => "https://github.com/LoongerTao/TLTransitions.git", :tag => s.version }
s.source_files = "TLTransitions/**/*.{h,m}"
s.public_header_files = 'TLTransitions/TLTransitionsHeader.h'
# s.public_header_files = 'YYKit/**/*.{h}'
s.requires_arc = true
end

s.subspec 'Transition View' do |ss|
ss.source_files = 'TLTransitions/Transition View.{h,m}.{h,m}'
ss.frameworks = 'Transition View'
end

s.subspec 'Transition View Controller' do |ss|
ss.source_files = 'TLTransitions/Transition View Controller.{h,m}.{h,m}'
ss.frameworks = 'Transition View Controller'
end

s.subspec 'Animator' do |ss|
ss.source_files = 'TLTransitions/Transition View/Animator.{h,m}.{h,m}'
ss.frameworks = 'Animator'
end

0 comments on commit 901de91

Please sign in to comment.