Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zrcoder committed Jul 26, 2016
1 parent ce4c1f2 commit 5df366b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwipeableCards.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|

s.name = "SwipeableCards"
s.version = "1.1.0"
s.version = "1.1.1"
s.license = "Copyright (c) 2016 Ding"
s.summary = "A containner of views (like cards) can be dragged!"
s.homepage = "https://github.com/DingHub/SwipeableCards"
s.license = "MIT"
s.author = { "DingHub" => "love-nankai@163.com" }
s.source = { :git => "https://github.com/DingHub/SwipeableCards.git", :tag => "1.1.0" }
s.source = { :git => "https://github.com/DingHub/SwipeableCards.git", :tag => "1.1.1" }
s.source_files = "source/SwipeableCards{.swift}"
s.platform = :ios
s.platform = :ios, "8.0"
Expand Down

0 comments on commit 5df366b

Please sign in to comment.