From 836a302da613b0250e5df15b7564c9280e00997c Mon Sep 17 00:00:00 2001 From: Timothy Moose Date: Mon, 29 Jun 2015 09:56:12 -0500 Subject: [PATCH] Fix podspec error --- TLLayoutTransitioning.podspec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/TLLayoutTransitioning.podspec b/TLLayoutTransitioning.podspec index eb16613..cc00a66 100644 --- a/TLLayoutTransitioning.podspec +++ b/TLLayoutTransitioning.podspec @@ -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" => "wtm@tractablelabs.com" } - 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}'