File tree 6 files changed +6
-6
lines changed
LanguageManager.xcodeproj
LanguageManager.xcworkspace/xcuserdata/samehsayed.xcuserdatad
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 375
375
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
376
376
PRODUCT_NAME = "$(TARGET_NAME)";
377
377
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
378
- SWIFT_VERSION = 4.0 ;
378
+ SWIFT_VERSION = 4.2 ;
379
379
};
380
380
name = Debug;
381
381
};
390
390
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
391
391
PRODUCT_NAME = "$(TARGET_NAME)";
392
392
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
393
- SWIFT_VERSION = 4.0 ;
393
+ SWIFT_VERSION = 4.2 ;
394
394
};
395
395
name = Release;
396
396
};
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.2 '
11
+ s . version = '1.3 '
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 = '8.0'
32
- s . swift_version = '3.0 '
32
+ s . swift_version = '4.2 '
33
33
s . source_files = 'LanguageManager/Classes/**/*'
34
34
35
35
# s.resource_bundles = {
Original file line number Diff line number Diff line change 8
8
9
9
fileprivate var languageDirection = false
10
10
11
- extension UIView
11
+ public extension UIView
12
12
{
13
- @IBInspectable var supportLanguageDirection : Bool
13
+ @IBInspectable public var supportLanguageDirection : Bool
14
14
{
15
15
get
16
16
{
You can’t perform that action at this time.
0 commit comments