diff --git a/MYTableViewManager.podspec b/MYTableViewManager.podspec new file mode 100644 index 0000000..3c71ccc --- /dev/null +++ b/MYTableViewManager.podspec @@ -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" => "nghialv2607@gmail.com" } + 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