Skip to content

Commit

Permalink
added EasyTableView
Browse files Browse the repository at this point in the history
  • Loading branch information
yas375 committed Jun 27, 2012
1 parent 91a5887 commit 99a8bdb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions EasyTableView/0.0.1/EasyTableView.podspec
@@ -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

1 comment on commit 99a8bdb

@yas375
Copy link
Contributor Author

@yas375 yas375 commented on 99a8bdb Jun 27, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also have created issue about semantic version tags: alekseyn/EasyTableView#22

Please sign in to comment.