-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from andresilvagomez/feature/include-testing
Tested 🤗 with cocoapods
- Loading branch information
Showing
28 changed files
with
153 additions
and
114 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 |
---|---|---|
@@ -1 +1 @@ | ||
4.0 | ||
4.1 |
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
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 |
---|---|---|
@@ -1,18 +1,19 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "Localize" | ||
s.version = "2.0.0" | ||
s.version = "2.0.1" | ||
s.license = 'MIT' | ||
s.summary = "Localize is a framework writed in swift to localize your projects easier improves i18n, including storyboards and strings." | ||
s.homepage = "https://github.com/andresilvagomez/Localize" | ||
s.author = { "Andres Silva" => "[email protected]" } | ||
s.source = { :git => "https://github.com/andresilvagomez/Localize.git", :tag => "2.0.0" } | ||
s.source = { :git => "https://github.com/andresilvagomez/Localize.git", :tag => "2.0.1" } | ||
|
||
s.ios.deployment_target = '9.0' | ||
s.source_files = "Source/*.swift" | ||
|
||
s.test_spec 'Localize' do |test_spec| | ||
test_spec.source_files = 'Tests/*.swift' | ||
test_spec.resources = 'Tests/*.{json,lproj}' | ||
end | ||
|
||
end |
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
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
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
Oops, something went wrong.