diff --git a/UIDevice-Utils.podspec b/UIDevice-Utils.podspec index ed88e1f..8f9be42 100644 --- a/UIDevice-Utils.podspec +++ b/UIDevice-Utils.podspec @@ -9,8 +9,8 @@ Pod::Spec.new do |s| s.name = "UIDevice-Utils" s.version = "0.1.1" - s.summary = "Category on UIDevice to distinguish between platforms by Device Model, Device Family or Inches and provide human-readable device names e.g. 'iPhone 6S Plus'" - s.description = "Category to easy distinguish devices, family platform device, or device inches." + s.summary = "Category on UIDevice to distinguish between platforms." + s.description = "Category to easy distinguish devices, family platform device, or device inches. Provide human-readable device names e.g. 'iPhone 6S Plus' or enums e.g. 'UIDeviceGenerationModeliPhone6SPlus'" s.homepage = "https://github.com/giuseppenucifora/UIDevice-Utils" # s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2" s.license = 'MIT'