Fix PodSpec
This commit is contained in:
parent
6691484525
commit
f3b44c9d03
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user