-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b03a851
commit 713d059
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
Pod::Spec.new do |s| | ||
|
||
s.name = 'R.objc' | ||
s.version = '0.3.0' | ||
s.version = '0.4.0' | ||
s.summary = 'Get autocompleted localizable strings and asset catalogue images names' | ||
s.description = <<-DESC | ||
Freely inspired by R.swift: get autocompleted localizable strings and asset catalogue images names. | ||
|
@@ -21,7 +21,7 @@ You can have: | |
s.homepage = 'https://github.com/SysdataSpA/R.objc' | ||
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' } | ||
s.author = { 'Sysdata SpA' => '[email protected]' } | ||
s.source = { :http => 'https://github.com/SysdataSpA/R.objc/releases/download/0.3.0/Robjc-0.3.0.zip' } | ||
s.source = { :http => 'https://github.com/SysdataSpA/R.objc/releases/download/0.4.0/Robjc-0.4.0.zip' } | ||
s.preserve_paths = "robjc" | ||
s.ios.deployment_target = '8.0' | ||
s.tvos.deployment_target = '9.0' | ||
|