File tree Expand file tree Collapse file tree
DeviceIdentificator.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "DeviceIdentificator"
3- s . version = "1.2.1 "
3+ s . version = "1.3.0 "
44 s . summary = "UIDeviceExtension to fetch current device info such commercial name (iPhone X instead of iPhone10,3)."
55 s . description = <<-DESC
66 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|
1313 s . author = { "Sebastián Varela" => "sebastian.varela@s3ba.net" }
1414 s . social_media_url = "http://twitter.com/skirmish84"
1515
16- s . platform = :ios , '8.0'
16+ s . ios . deployment_target = '8.0'
17+ s . tvos . deployment_target = '10.1'
1718
1819 s . source = { :git => "https://github.com/sebastianvarela/DeviceIdentificator.git" , :tag => "v#{ s . version } " }
1920 s . source_files = "Source" , "Source/**/*.{swift}"
Original file line number Diff line number Diff line change 429429 SKIP_INSTALL = YES;
430430 SWIFT_VERSION = 4.0;
431431 TARGETED_DEVICE_FAMILY = 3;
432- TVOS_DEPLOYMENT_TARGET = 11.4 ;
432+ TVOS_DEPLOYMENT_TARGET = 10.1 ;
433433 };
434434 name = Debug;
435435 };
451451 SKIP_INSTALL = YES;
452452 SWIFT_VERSION = 4.0;
453453 TARGETED_DEVICE_FAMILY = 3;
454- TVOS_DEPLOYMENT_TARGET = 11.4 ;
454+ TVOS_DEPLOYMENT_TARGET = 10.1 ;
455455 };
456456 name = Release;
457457 };
You can’t perform that action at this time.
0 commit comments