Skip to content

Commit

Permalink
fix structure
Browse files Browse the repository at this point in the history
  • Loading branch information
LapStore committed Jan 6, 2019
1 parent db3c164 commit bc44ca6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
1 change: 1 addition & 0 deletions LanguageChange/.swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.2
20 changes: 20 additions & 0 deletions LanguageChange/Localizable.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

Pod::Spec.new do |s|
s.name = 'Localizable'
s.version = '0.1.0'
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.ios.deployment_target = '10.0'
s.source_files = 'Localizable/*.swift'

end
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,4 @@ extension UIImageView {

}
}

}

0 comments on commit bc44ca6

Please sign in to comment.