Skip to content

Commit 6ce57c8

Browse files
author
Eric Slosser
committed
update podspec to version 1.2
1 parent 3ca5e28 commit 6ce57c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RZTransitions.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RZTransitions"
3-
s.version = "1.1.1"
3+
s.version = "1.2"
44
s.summary = "RZTransitions is a library to help make iOS7 custom View Controller transitions slick and simple."
55

66
s.description = <<-DESC
@@ -19,8 +19,8 @@ Pod::Spec.new do |s|
1919
s.social_media_url = "http://twitter.com/raizlabs"
2020

2121
s.platform = :ios, "7.0"
22-
s.source = { :git => "https://github.com/Raizlabs/RZTransitions.git", :tag => "1.1.1" }
23-
s.source_files = "RZTransitions/**/*.{h,m}"
22+
s.source = { :git => "https://github.com/Raizlabs/RZTransitions.git", :tag => "1.2" }
23+
s.source_files = "RZTransitions/**/*.{h,m,swift}"
2424
s.frameworks = "CoreGraphics", "UIKit", "Foundation"
2525
s.requires_arc = true
2626

0 commit comments

Comments
 (0)