Skip to content

Instantly share code, notes, and snippets.

@imcj
Last active August 29, 2015 14:05
Show Gist options
  • Save imcj/b6d1273f4ccb90a8acd1 to your computer and use it in GitHub Desktop.
Save imcj/b6d1273f4ccb90a8acd1 to your computer and use it in GitHub Desktop.
SKSTableView pod spec
Pod::Spec.new do |spec|
spec.name = 'SKSTableView'
spec.version = '3.1.0'
spec.summary = 'An expandable table view.'
spec.homepage = 'https://github.com/sakkaras/SKSTableView'
spec.source = { :git => 'https://github.com/sakkaras/SKSTableView',
:branch => 'master' }
spec.platform = :ios
spec.requires_arc = true
spec.source_files = 'SKSTableView'
spec.exclude_files = 'SKSTableView/AppDelegate.{h,m}', 'SKSTableView/main.m'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment