File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
DeviceIdentificator.xcodeproj Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "DeviceIdentificator"
3
- s . version = "1.2.1 "
3
+ s . version = "1.3.0 "
4
4
s . summary = "UIDeviceExtension to fetch current device info such commercial name (iPhone X instead of iPhone10,3)."
5
5
s . description = <<-DESC
6
6
UIDevice extension written in Swift to fetch current device info such commercial name (iPhone X instead of iPhone10,3).
@@ -13,7 +13,8 @@ Pod::Spec.new do |s|
13
13
s . author = { "Sebastián Varela" => "sebastian.varela@s3ba.net" }
14
14
s . social_media_url = "http://twitter.com/skirmish84"
15
15
16
- s . platform = :ios , '8.0'
16
+ s . ios . deployment_target = '8.0'
17
+ s . tvos . deployment_target = '10.1'
17
18
18
19
s . source = { :git => "https://github.com/sebastianvarela/DeviceIdentificator.git" , :tag => "v#{ s . version } " }
19
20
s . source_files = "Source" , "Source/**/*.{swift}"
Original file line number Diff line number Diff line change 429
429
SKIP_INSTALL = YES;
430
430
SWIFT_VERSION = 4.0;
431
431
TARGETED_DEVICE_FAMILY = 3;
432
- TVOS_DEPLOYMENT_TARGET = 11.4 ;
432
+ TVOS_DEPLOYMENT_TARGET = 10.1 ;
433
433
};
434
434
name = Debug;
435
435
};
451
451
SKIP_INSTALL = YES;
452
452
SWIFT_VERSION = 4.0;
453
453
TARGETED_DEVICE_FAMILY = 3;
454
- TVOS_DEPLOYMENT_TARGET = 11.4 ;
454
+ TVOS_DEPLOYMENT_TARGET = 10.1 ;
455
455
};
456
456
name = Release;
457
457
};
You can’t perform that action at this time.
0 commit comments