Skip to content

Commit

Permalink
bumping the version to 0.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ibireme committed Feb 27, 2016
1 parent 3abaf53 commit 2bb1ef2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Framework/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>0.9.13</string>
<string>0.9.14</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
15 changes: 8 additions & 7 deletions YYWebImage.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'YYWebImage'
s.summary = 'Asynchronous image loading framework.'
s.version = '0.9.13'
s.version = '0.9.14'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.authors = { 'ibireme' => 'ibireme@gmail.com' }
s.social_media_url = 'http://blog.ibireme.com'
Expand All @@ -11,11 +11,12 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/ibireme/YYWebImage.git', :tag => s.version.to_s }

s.requires_arc = true
s.source_files = 'YYWebImage/**/*.{h,m}'
s.public_header_files = 'YYWebImage/**/*.{h}'

s.libraries = 'z', 'sqlite3'
s.source_files = 'YYWebImage/*.{h,m}', 'YYWebImage/Categories/*.{h,m}'
s.public_header_files = 'YYWebImage/*.{h}', 'YYWebImage/Categories/*.{h}'
s.private_header_files = 'YYWebImage/Categories/_*.{h}'
s.frameworks = 'UIKit', 'CoreFoundation', 'QuartzCore', 'AssetsLibrary', 'ImageIO', 'Accelerate', 'MobileCoreServices'
s.ios.vendored_frameworks = 'Vendor/WebP.framework'


s.dependency 'YYImage'
s.dependency 'YYCache'

end

0 comments on commit 2bb1ef2

Please sign in to comment.