Skip to content

Commit

Permalink
Move Greedo files
Browse files Browse the repository at this point in the history
  • Loading branch information
DennyHoang committed Feb 11, 2016
1 parent 4273227 commit 0cb73ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions GreedoLayout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/500px/greedo-layout-for-ios"
s.license = 'MIT'
s.author = { "David Charlec" => "[email protected]" }
s.source = { :git => "[email protected]:500px/greedo-layout-for-ios.git", :tag => "0.0.1" }
s.source = { :git => "[email protected]:500px/greedo-layout-for-ios.git", :tag => s.version }
s.platform = :ios, '6.0'
s.source_files = '*.{h,m}'
s.requires_arc = true
end
s.source_files = 'GreedoLayout/*.{h,m}'
s.requires_arc = true
end
File renamed without changes.
File renamed without changes.

0 comments on commit 0cb73ac

Please sign in to comment.