Skip to content

Commit 20c9871

Browse files
podspec update
1 parent fac37d9 commit 20c9871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R.objc.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010

1111
s.name = 'R.objc'
12-
s.version = '0.5.0'
12+
s.version = '0.6.0'
1313
s.summary = 'Get autocompleted localizable strings and asset catalogue images names'
1414
s.description = <<-DESC
1515
Freely inspired by R.swift: get autocompleted localizable strings and asset catalogue images names.
@@ -21,7 +21,7 @@ You can have:
2121
s.homepage = 'https://github.com/SysdataSpA/R.objc'
2222
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
2323
s.author = { 'Sysdata SpA' => '[email protected]' }
24-
s.source = { :http => 'https://github.com/SysdataSpA/R.objc/releases/download/0.5.0/Robjc-0.5.0.zip' }
24+
s.source = { :http => 'https://github.com/SysdataSpA/R.objc/releases/download/0.6.0/Robjc-0.6.0.zip' }
2525
s.preserve_paths = "robjc"
2626
s.ios.deployment_target = '8.0'
2727
s.tvos.deployment_target = '9.0'

0 commit comments

Comments
 (0)