support Swift Package Manager
This commit is contained in:
+2
-2
@@ -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
|
||||
Reference in New Issue
Block a user