Skip to content

Commit

Permalink
Merge branch '0.6' of github.com:CocoaPods/Specs into 0.6
Browse files Browse the repository at this point in the history
* '0.6' of github.com:CocoaPods/Specs:
  added EasyTableView
  • Loading branch information
fabiopelosin committed Jun 27, 2012
2 parents 439e76c + 99a8bdb commit 79aaeaa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions EasyTableView/0.0.1/EasyTableView.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "EasyTableView"
s.version = "0.0.1"
s.summary = "Horizontal and vertical scrolling table views for iOS."
s.homepage = "https://github.com/alekseyn/EasyTableView"
s.license = { :type => 'MIT' }
s.author = { "Aleksey Novicov" => "aleksey@yodelcode.com" }
s.source = { :git => "https://github.com/alekseyn/EasyTableView.git", :commit => "410d6126d4c1cf7def35c703c670777b44591389" }
s.platform = :ios
s.source_files = 'Classes/EasyTableView.{h,m}'
s.requires_arc = true
end

0 comments on commit 79aaeaa

Please sign in to comment.