File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'LanguageManager'
11
- s . version = '1.5 '
11
+ s . version = '1.6 '
12
12
s . summary = 'Change Language dynamically'
13
13
14
14
# This description is used to generate tags and improve search results.
@@ -29,7 +29,7 @@ TODO: Add long description of the pod here.
29
29
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
30
30
31
31
s . ios . deployment_target = '9.0'
32
- s . swift_version = '4.2 '
32
+ s . swift_version = '5 '
33
33
s . source_files = 'LanguageManager/Classes/**/*'
34
34
35
35
# s.resource_bundles = {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ fileprivate var languageDirection = false
10
10
11
11
public extension UIView
12
12
{
13
- @IBInspectable public var supportLanguageDirection : Bool
13
+ @IBInspectable var supportLanguageDirection : Bool
14
14
{
15
15
get
16
16
{
You can’t perform that action at this time.
0 commit comments