Skip to content

Commit 393a167

Browse files
Prepare v1.3.0
1 parent bffc53d commit 393a167

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

DeviceIdentificator.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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}"

DeviceIdentificator.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@
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
};
@@ -451,7 +451,7 @@
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
};

0 commit comments

Comments
 (0)