From 6d7d609d3ba592ac323c46cf2d45b512a91c6d1d Mon Sep 17 00:00:00 2001 From: Giuseppe Nucifora Date: Mon, 9 Nov 2015 12:56:39 +0100 Subject: [PATCH] Fix Podspec --- UIDevice-Utils.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'