Skip to content

Commit

Permalink
add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nghialv committed Jan 21, 2015
1 parent a0205a6 commit 90b2e60
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions MYTableViewManager.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "MYTableViewManager"
s.version = "0.1"
s.summary = "A new way to manage UITableView"
s.homepage = "https://github.com/nghialv"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Le Van Nghia" => "[email protected]" }
s.social_media_url = "https://twitter.com/nghialv2607"

s.platform = :ios
s.ios.deployment_target = "7.0"
s.source = { :git => "https://github.com/nghialv/MYTableViewManager.git", :tag => "0.1" }
s.source_files = "Source/*"
s.requires_arc = true
end

0 comments on commit 90b2e60

Please sign in to comment.