Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Oct 18, 2015
1 parent e76c672 commit 86f8445
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions Nuke.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Nuke/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 86f8445

Please sign in to comment.