Skip to content

Commit

Permalink
Bump podspec to beta 2
Browse files Browse the repository at this point in the history
Also drop watchOS since that's not working...
  • Loading branch information
mac-cain13 committed Dec 6, 2015
1 parent 77bfcd6 commit 447122e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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.1"
s.version = "0.13.0.beta.2"
s.summary = "Get strong typed, autocompleted resources like images, fonts and segues in Swift projects"

s.description = <<-DESC
Expand All @@ -21,9 +21,8 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '7.0'
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.13.0.beta.1/rswift-0.13.0.beta.1.zip" }
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.preserve_paths = "rswift"

Expand Down

0 comments on commit 447122e

Please sign in to comment.