Skip to content

Commit 9325467

Browse files
podspec
1 parent 184be5f commit 9325467

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

R.objc.podspec

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,22 @@
88

99
Pod::Spec.new do |s|
1010

11-
s.name = 'R.objc'
12-
s.version = '0.1.0'
13-
s.summary = 'Get autocompleted localizable strings and asset catalogue images names'
14-
s.description = <<-DESC
11+
s.name = 'R.objc'
12+
s.version = '0.2.0'
13+
s.summary = 'Get autocompleted localizable strings and asset catalogue images names'
14+
s.description = <<-DESC
1515
Freely inspired by R.swift: get autocompleted localizable strings and asset catalogue images names.
1616
You can have:
1717
- Compile time check: no more incorrect strings that make your app crash at runtime
1818
- Autocompletion: never have to guess that image name again
1919
DESC
2020

21-
s.homepage = 'https://github.com/SysdataSpA/R.objc'
22-
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
23-
s.author = { 'Sysdata SpA' => 'team.mobile@sysdata.it' }
24-
s.source = { :http => 'https://github.com/SysdataSpA/R.objc/releases/download/0.1.0/robjc-0.1.0.zip' }
25-
s.preserve_paths = "robjc"
21+
s.homepage = 'https://github.com/SysdataSpA/R.objc'
22+
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
23+
s.author = { 'Sysdata SpA' => 'team.mobile@sysdata.it' }
24+
s.source = { :http => 'https://github.com/SysdataSpA/R.objc/releases/download/0.2.0/robjc-0.2.0.zip' }
25+
s.preserve_paths = "robjc"
26+
s.ios.deployment_target = '8.0'
27+
s.tvos.deployment_target = '9.0'
28+
2629
end

0 commit comments

Comments
 (0)