Fix PodSpec

This commit is contained in:
Giuseppe Nucifora 2015-11-09 12:48:31 +01:00
parent e473adfbb8
commit 6691484525

View File

@ -9,7 +9,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\""
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?