Skip to content

Commit

Permalink
Version 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jul 14, 2016
1 parent f341e0b commit 273937a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions Nuke.podspec
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
Pod::Spec.new do |s|
s.name = "Nuke"
s.version = "3.1.1"
s.summary = "Advanced Swift framework for loading, processing and caching images"
s.name = 'Nuke'
s.version = '3.1.2'
s.summary = 'Advanced Swift framework for loading, processing and caching 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.social_media_url = "https://twitter.com/a_grebenyuk"
s.source = { :git => "https://github.com/kean/Nuke.git", :tag => s.version.to_s }
s.homepage = 'https://github.com/kean/Nuke'
s.license = 'MIT'
s.author = 'Alexander Grebenyuk'
s.social_media_url = 'shttps://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.tvos.deployment_target = "9.0"
s.ios.deployment_target = '8.0'
s.watchos.deployment_target = '2.0'
s.osx.deployment_target = '10.9'
s.tvos.deployment_target = '9.0'

s.source_files = "Sources/**/*"
s.watchos.exclude_files = "Sources/ImageLoadingView.swift"
s.source_files = 'Sources/**/*'
s.watchos.exclude_files = 'Sources/ImageLoadingView.swift'
end
2 changes: 1 addition & 1 deletion 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>3.1.1</string>
<string>3.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 273937a

Please sign in to comment.