-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Timothy Moose
committed
Jun 29, 2015
1 parent
c5ae9e9
commit 836a302
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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}' | ||
|