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