From f3b44c9d03a76f80071158510d434b72f627523b Mon Sep 17 00:00:00 2001 From: Giuseppe Nucifora Date: Mon, 9 Nov 2015 12:50:59 +0100 Subject: [PATCH] Fix PodSpec --- UIDevice-Utils.podspec | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/UIDevice-Utils.podspec b/UIDevice-Utils.podspec index 51f9781..002d924 100644 --- a/UIDevice-Utils.podspec +++ b/UIDevice-Utils.podspec @@ -10,13 +10,7 @@ Pod::Spec.new do |s| s.name = "UIDevice-Utils" s.version = "0.1.0" 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'" - -# This description is used to generate tags and improve search results. -# * Think: What does it do? Why did you write it? What is the focus? -# * Try to keep it short, snappy and to the point. -# * Write the description between the DESC delimiters below. -# * Finally, don't worry about the indent, CocoaPods strips it! -s.description = <<-DESC Category to easy distinguish devices, family platform device, or device inches. DESC + s.description = "Category to easy distinguish devices, family platform device, or device inches." s.homepage = "https://github.com/giuseppenucifora/UIDevice-Utils" # s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2" s.license = 'MIT'