Release 0.1.1

This commit is contained in:
Giuseppe Nucifora 2015-11-09 12:54:05 +01:00
parent 1d1d19da6b
commit 27cb4bb7b2
2 changed files with 3 additions and 3 deletions

View File

@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>0.1.1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIMainStoryboardFile</key>

View File

@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = "UIDevice-Utils"
s.version = "0.1.0"
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.homepage = "https://github.com/giuseppenucifora/UIDevice-Utils"