Skip to content
This repository has been archived by the owner on May 26, 2019. It is now read-only.

Commit

Permalink
updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 committed Sep 26, 2015
1 parent 9659d74 commit 0a28c1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RAReorderableLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "RAReorderableLayout"
s.version = "0.1.0"
s.version = "0.2.0"
s.summary = "A UICollectionView layout which you can move items with drag and drop."
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = "https://github.com/ra1028"
s.author = { "ra1028" => "r.fe51028.r@gmail.com" }
s.platform = :ios, '8.0'
s.source = { :git => "https://github.com/ra1028/RAReorderableLayout.git", :tag => "0.1.0" }
s.source = { :git => "https://github.com/ra1028/RAReorderableLayout.git", :tag => "0.2.0" }
s.requires_arc = true
s.source_files = 'RAReorderableLayout/*.swift'
end

0 comments on commit 0a28c1b

Please sign in to comment.