Skip to content

Commit

Permalink
update podspec to version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Slosser committed Dec 1, 2015
1 parent 3ca5e28 commit 6ce57c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RZTransitions.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down

0 comments on commit 6ce57c8

Please sign in to comment.