From 6ce57c8a6fe1ed89b9ce7b040ab4a030a94c52b8 Mon Sep 17 00:00:00 2001 From: Eric Slosser Date: Tue, 1 Dec 2015 16:11:54 -0500 Subject: [PATCH] update podspec to version 1.2 --- RZTransitions.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RZTransitions.podspec b/RZTransitions.podspec index d46ec70..d853c8d 100644 --- a/RZTransitions.podspec +++ b/RZTransitions.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RZTransitions" - s.version = "1.1.1" + s.version = "1.2" s.summary = "RZTransitions is a library to help make iOS7 custom View Controller transitions slick and simple." s.description = <<-DESC @@ -19,8 +19,8 @@ Pod::Spec.new do |s| s.social_media_url = "http://twitter.com/raizlabs" s.platform = :ios, "7.0" - s.source = { :git => "https://github.com/Raizlabs/RZTransitions.git", :tag => "1.1.1" } - s.source_files = "RZTransitions/**/*.{h,m}" + s.source = { :git => "https://github.com/Raizlabs/RZTransitions.git", :tag => "1.2" } + s.source_files = "RZTransitions/**/*.{h,m,swift}" s.frameworks = "CoreGraphics", "UIKit", "Foundation" s.requires_arc = true