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 Nov 1, 2015
1 parent 00dbf69 commit 6797c8a
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.10.0"
s.version = "0.11.0"
s.summary = "Get strong typed, autocompleted resources like images, fonts and segues in Swift projects"

s.description = <<-DESC
Expand All @@ -23,7 +23,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '1.0'

s.source = { :http => "https://github.com/mac-cain13/R.swift/releases/download/v0.10.0/rswift-0.10.0.zip" }
s.source = { :http => "https://github.com/mac-cain13/R.swift/releases/download/v0.11.0/rswift-0.11.0.zip" }

s.preserve_paths = "rswift"

Expand Down

0 comments on commit 6797c8a

Please sign in to comment.