From 4e87371f96c1936a7afee59ba4de720190e777c6 Mon Sep 17 00:00:00 2001 From: Giuseppe Nucifora Date: Tue, 19 Jan 2016 17:43:03 +0100 Subject: [PATCH] - Release 0.1.4 --- README.md | 4 ---- UIDevice-Utils.podspec | 38 +++++++++++++++++++------------------- 2 files changed, 19 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 71a2fd2..9ee64f9 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,6 @@ UIDevice-Utils is available through [CocoaPods](http://cocoapods.org). To instal it, simply add the following line to your Podfile: ```ruby -pod "UIDevice-Utils" , :git => 'https://github.com/giuseppenucifora/UIDevice-Utils.git' - -or - pod "UIDevice-Utils" ``` diff --git a/UIDevice-Utils.podspec b/UIDevice-Utils.podspec index 968f718..0b54462 100644 --- a/UIDevice-Utils.podspec +++ b/UIDevice-Utils.podspec @@ -7,26 +7,26 @@ # Pod::Spec.new do |s| - s.name = "UIDevice-Utils" - s.version = "0.1.2" - 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' - s.author = { "Giuseppe Nucifora" => "me@giuseppenucifora.com" } - s.source = { :git => "https://github.com/giuseppenucifora/UIDevice-Utils.git", :tag => s.version.to_s } - # s.social_media_url = 'https://twitter.com/' +s.name = "UIDevice-Utils" +s.version = "0.1.4" +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' +s.author = { "Giuseppe Nucifora" => "me@giuseppenucifora.com" } +s.source = { :git => "https://github.com/giuseppenucifora/UIDevice-Utils.git", :tag => s.version.to_s } +# s.social_media_url = 'https://twitter.com/' - s.platform = :ios, '7.0' - s.requires_arc = true +s.platform = :ios, '8.0' +s.requires_arc = true - s.source_files = 'Pod/Classes/**/*' - s.resource_bundles = { - 'UIDevice-Utils' => ['Pod/Assets/*.png'] - } +s.source_files = 'Pod/Classes/**/*' +s.resource_bundles = { +'UIDevice-Utils' => ['Pod/Assets/*.png'] +} - # s.public_header_files = 'Pod/Classes/**/*.h' - # s.frameworks = 'UIKit', 'MapKit' - # s.dependency 'AFNetworking', '~> 2.3' +# s.public_header_files = 'Pod/Classes/**/*.h' +# s.frameworks = 'UIKit', 'MapKit' +# s.dependency 'AFNetworking', '~> 2.3' end