Navigation Menu

Skip to content

Commit

Permalink
update to v1.1.1
Browse files Browse the repository at this point in the history
support CXPhoto class to use
support Reload photo
  • Loading branch information
ChrisXu committed Jul 31, 2013
1 parent e374f58 commit 764651b
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "CXPhotoBrowser"
s.version = "1.0.1"
s.version = "1.1.1"
s.summary = "A photo browser supporting with high level customization."
s.description = <<-DESC
Inspiring by @MWPhotoBrowser. Removing the dependcy with other library, so you can choose your favorite Async library to download image online. Supporting with high level of customization, including Navigationbar, Toolbar, Loading process placeholder and Loading failure placeholder. You can build a photo browser similar to facebook.
DESC
s.homepage = "https://github.com/ChrisXu1221/CXPhotoBrowser"
s.license = 'MIT'
s.author = { "ChrisXu" => "taterctl@gmail.com" }
s.source = { :git => "https://github.com/ChrisXu1221/CXPhotoBrowser.git", :tag => "1.0.1" }
s.source = { :git => "https://github.com/ChrisXu1221/CXPhotoBrowser.git", :tag => "1.1.1" }
s.source_files = 'CXPhotoBrowser/*.{h,m}'
s.platform = :ios, '4.3'
s.requires_arc = true
Expand Down

0 comments on commit 764651b

Please sign in to comment.