From 86f844573378e09ca452eea8db70d67315d6e7e0 Mon Sep 17 00:00:00 2001 From: kean Date: Sun, 18 Oct 2015 19:52:34 +0300 Subject: [PATCH] Version 1.0.0 --- Nuke.podspec | 13 ++++++++----- Nuke/Supporting Files/Info.plist | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Nuke.podspec b/Nuke.podspec index b3eca7b17..1edada6e4 100644 --- a/Nuke.podspec +++ b/Nuke.podspec @@ -1,20 +1,23 @@ Pod::Spec.new do |s| s.name = "Nuke" - s.version = "0.5.1" - s.summary = "Advanced Swift framework for loading and caching images" + s.version = "1.0.0" + s.summary = "Advanced Swift framework for loading images" + s.description = <<-EOS + Advanced pure Swift framework for loading, caching, processing, displaying and preheating images. + + Has full featured UI extensions, support for image filters, optional Alamofire and FLAnimatedImage plugins and [more](https://github.com/kean/Nuke). + EOS s.homepage = "https://github.com/kean/Nuke" s.license = "MIT" s.author = "Alexander Grebenyuk" - s.source = { :git => "https://github.com/kean/Nuke.git", :tag => s.version.to_s } s.social_media_url = "https://twitter.com/a_grebenyuk" + s.source = { :git => "https://github.com/kean/Nuke.git", :tag => s.version.to_s } s.ios.deployment_target = "8.0" s.watchos.deployment_target = "2.0" s.osx.deployment_target = "10.9" - s.requires_arc = true - s.source_files = "Nuke/Source/Core/**/*" s.ios.source_files = "Nuke/Source/UI/**/*" s.osx.source_files = "Nuke/Source/UI/{ImageLoadingView,ImageLoadingViewExtensions,ImageViewLoadingController}.swift" diff --git a/Nuke/Supporting Files/Info.plist b/Nuke/Supporting Files/Info.plist index d3de8eefb..60b9c008e 100644 --- a/Nuke/Supporting Files/Info.plist +++ b/Nuke/Supporting Files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 1.0.0 CFBundleSignature ???? CFBundleVersion