Skip to content

Commit

Permalink
Bump version in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Dec 7, 2015
1 parent 447122e commit d9f5c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "R.swift"
s.version = "0.13.0.beta.2"
s.version = "0.13.0"
s.summary = "Get strong typed, autocompleted resources like images, fonts and segues in Swift projects"

s.description = <<-DESC
Expand All @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '7.0'
s.tvos.deployment_target = '9.0'

s.source = { :http => "https://github.com/mac-cain13/R.swift/releases/download/v0.13.0.beta.2/rswift-0.13.0.beta.2.zip" }
s.source = { :http => "https://github.com/mac-cain13/R.swift/releases/download/v0.13.0/rswift-0.13.0.zip" }

s.preserve_paths = "rswift"

Expand Down

0 comments on commit d9f5c24

Please sign in to comment.