Skip to content

Commit

Permalink
Fix podspec error
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Moose committed Jun 29, 2015
1 parent c5ae9e9 commit 836a302
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions TLLayoutTransitioning.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ Pod::Spec.new do |s|
Check out the demos in the Examples workspace!
Changes in 1.0.5
* Support Cocoapoda !use_frameworks directive
* Add dynamic framework target that works with Carthage
* Support Cocoapoda with or without !use_frameworks directive
* Change project target to dynamic framework to support Carthage
* Fix crash in Pinch example when pinching while transition in progress
DESC
s.homepage = "https://github.com/wtmoose/TLLayoutTransitioning"
s.license = { :type => "MIT" }
s.author = { "wtmoose" => "[email protected]" }
s.source = { :git => "https://github.com/wtmoose/TLLayoutTransitioning.git", :tag => '1.0.4' }
s.source = { :git => "https://github.com/wtmoose/TLLayoutTransitioning.git", :tag => '1.0.5' }
s.platform = :ios, '7.0'
s.ios.deployment_target = '7.0'
s.source_files = 'TLLayoutTransitioning/**/*.{h,m,c}'
Expand Down

0 comments on commit 836a302

Please sign in to comment.