We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01fcd6b commit f3dae06Copy full SHA for f3dae06
R.swift.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = "R.swift"
4
- s.version = "0.8.3"
+ s.version = "0.8.4"
5
s.summary = "Use strong typed, autocompleted resources like images and segues in Swift"
6
7
s.description = <<-DESC
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
22
23
s.platform = :ios, "7.0"
24
25
- s.source = { :http => "https://github.com/mac-cain13/R.swift/releases/download/v0.8.3/rswift-0.8.3.zip" }
+ s.source = { :http => "https://github.com/mac-cain13/R.swift/releases/download/v0.8.4/rswift-0.8.4.zip" }
26
27
s.preserve_paths = "rswift"
28
0 commit comments