Fix Podspec

This commit is contained in:
Giuseppe Nucifora 2015-11-09 12:56:39 +01:00
parent 27cb4bb7b2
commit 6d7d609d3b

View File

@ -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'