Skip to content

Commit

Permalink
fix crash bug when using [CXPhoto initWithImage:]
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisXu committed Jul 29, 2013
1 parent b04a3ab commit e374f58
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.0"
s.version = "1.0.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.0" }
s.source = { :git => "https://github.com/ChrisXu1221/CXPhotoBrowser.git", :tag => "1.0.1" }
s.source_files = 'CXPhotoBrowser/*.{h,m}'
s.platform = :ios, '4.3'
s.requires_arc = true
Expand Down

0 comments on commit e374f58

Please sign in to comment.