-
Notifications
You must be signed in to change notification settings - Fork 2
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
LapStore
committed
Jan 6, 2019
1 parent
bc44ca6
commit 2575d69
Showing
4 changed files
with
15 additions
and
17 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
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,20 +1,19 @@ | ||
|
||
Pod::Spec.new do |s| | ||
s.name = 'Localizable' | ||
s.version = '0.1.0' | ||
s.version = '0.1.1' | ||
s.module_name = 'Localize' | ||
s.swift_version = '4.2' | ||
s.summary = 'support change language on the fly and Right to left languages and localize views from StoryBoard' | ||
|
||
s.description = <<-DESC | ||
support change language on the fly and Right to left languages and localize views from StoryBoard! | ||
DESC | ||
|
||
s.homepage = 'https://github.com/sh3at90/Localization' | ||
s.author = { '<[email protected]>' => '<[email protected]>' } | ||
s.source = { :git => 'https://github.com/<sh3at90>/FantasticView.git', :tag => s.version.to_s } | ||
s.source = { :git => 'https://github.com/sh3at90/Localization.git', :tag => 0.1.1 } | ||
|
||
s.ios.deployment_target = '10.0' | ||
s.ios.deployment_target = '12.0' | ||
s.source_files = 'Localizable/*.swift' | ||
|
||
end |
File renamed without changes.
File renamed without changes.