File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::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
You can’t perform that action at this time.
0 commit comments