bump podspec
This commit is contained in:
parent
79aef4dd39
commit
8f895bdd31
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = 'Tablet'
|
||||
s.version = '0.2.7'
|
||||
s.version = '0.2.8'
|
||||
|
||||
s.homepage = 'https://github.com/maxsokolov/tablet'
|
||||
s.summary = 'Powerful type-safe tool for UITableView. Swift 2.0 is required.'
|
||||
|
|
@ -12,5 +12,5 @@ Pod::Spec.new do |s|
|
|||
|
||||
s.source_files = 'Tablet/*.swift'
|
||||
s.module_name = 'Tablet'
|
||||
s.source = { :git => 'https://github.com/maxsokolov/tablet.git', :tag => s.version }
|
||||
s.source = { :git => 'https://github.com/maxsokolov/Tablet.swift.git', :tag => s.version }
|
||||
end
|
||||
Loading…
Reference in New Issue