-
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
Feb 4, 2019
1 parent
a3d03e0
commit fb6224b
Showing
3 changed files
with
24 additions
and
6 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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
|
||
Pod::Spec.new do |s| | ||
s.name = 'LocalizableLib' | ||
s.version = '0.1.6' | ||
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.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { '<MOHAMED MAHMOUD>' => '<[email protected]>' } | ||
s.source = { :git => 'https://github.com/sh3at90/Localization.git', :tag => s.version.to_s } | ||
|
||
s.ios.deployment_target = '10.0' | ||
s.source_files = 'LocalizableLib/*' | ||
|
||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
using pods | ||
|
||
```bash | ||
pod 'LocalizableLib', '~> 0.1.5' | ||
pod 'LocalizableLib', '~> 0.1.6' | ||
``` | ||
|
||
## Usage | ||
|