support Swift Package Manager

This commit is contained in:
Max Sokolov
2016-06-13 13:51:02 +03:00
parent 1e018523bb
commit 6f3daa337b
30 changed files with 264 additions and 90 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = 'TableKit'
s.module_name = 'TableKit'
s.version = '0.6.0'
s.version = '0.7.0'
s.homepage = 'https://github.com/maxsokolov/TableKit'
s.summary = 'Type-safe declarative table views. Swift 2.2 is required.'
@@ -12,6 +12,6 @@ Pod::Spec.new do |s|
s.platforms = { :ios => '8.0' }
s.ios.deployment_target = '8.0'
s.source_files = 'TableKit/*.swift'
s.source_files = 'Sources/*.swift'
s.source = { :git => 'https://github.com/maxsokolov/TableKit.git', :tag => s.version }
end