Fix PodSpec

This commit is contained in:
Giuseppe Nucifora 2015-11-09 12:50:59 +01:00
parent 6691484525
commit f3b44c9d03

View File

@ -10,13 +10,7 @@ Pod::Spec.new do |s|
s.name = "UIDevice-Utils" s.name = "UIDevice-Utils"
s.version = "0.1.0" 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'" 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."
# 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.homepage = "https://github.com/giuseppenucifora/UIDevice-Utils" s.homepage = "https://github.com/giuseppenucifora/UIDevice-Utils"
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2" # s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.license = 'MIT' s.license = 'MIT'