diff --git a/UIDeviceModelNames.podspec b/UIDeviceModelNames.podspec index e7c9ad6..accbdd4 100644 --- a/UIDeviceModelNames.podspec +++ b/UIDeviceModelNames.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'UIDeviceModelNames' - s.version = '0.1.3' + s.version = '0.1.4' s.summary = 'A short description of UIDeviceModelNames.' # This description is used to generate tags and improve search results. @@ -21,12 +21,12 @@ Pod::Spec.new do |s| TODO: Add long description of the pod here. DESC - s.homepage = 'https://github.com/Jordan Koch/UIDeviceModelNames' + s.homepage = 'https://git.jordanko.ch/eskimo/UIDeviceModelNames' # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Jordan Koch' => 'me@jordanko.ch' } - s.source = { :git => 'https://github.com/Jordan Koch/UIDeviceModelNames.git', :tag => s.version.to_s } - # s.social_media_url = 'https://twitter.com/' + s.source = { :git => 'https://git.jordanko.ch/eskimo/UIDeviceModelNames.git', :tag => s.version.to_s } + s.social_media_url = 'https://twitter.com/eskimo_dev' s.ios.deployment_target = '8.0' diff --git a/UIDeviceModelNames/Classes/UIDeviceModelNames.swift b/UIDeviceModelNames/Classes/UIDeviceModelNames.swift index 8b4f25b..9fe72eb 100644 --- a/UIDeviceModelNames/Classes/UIDeviceModelNames.swift +++ b/UIDeviceModelNames/Classes/UIDeviceModelNames.swift @@ -93,6 +93,7 @@ public class UIDeviceModelNames { case "iPad5,3", "iPad5,4": return "iPad Air 2" case "iPad11,3", "iPad11,4": return "iPad Air (3rd generation)" case "iPad13,1", "iPad13,2": return "iPad Air (4th generation)" + case "iPad13,16", "iPad13,17": return "iPad Air (5th generation)" case "iPad6,3", "iPad6,4": return "iPad Pro (9.7-inch)" case "iPad7,3", "iPad7,4": return "iPad Pro (10.5-inch)"