Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
zhxnlai committed Apr 2, 2015
1 parent 333636c commit 83443a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ZLSwipeableView.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ZLSwipeableView"
s.version = "0.0.6"
s.version = "0.0.7"
s.summary = "A simple view for building card like interface like Tinder and Potluck."
s.description = <<-DESC
ZLSwipeableView is a simple view for building card like interface like Tinder and Potluck. It uses dataSource pattern and is highly customizable.
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Zhixuan Lai" => "zhxnlai@gmail.com" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/zhxnlai/ZLSwipeableView.git", :tag => "0.0.6" }
s.source = { :git => "https://github.com/zhxnlai/ZLSwipeableView.git", :tag => "0.0.7" }
s.source_files = "ZLSwipeableView", "ZLSwipeableView/**/*.{h,m}"
# s.exclude_files = "Classes/Exclude"
s.framework = "UIKit"
Expand Down

0 comments on commit 83443a2

Please sign in to comment.