bump podspec

This commit is contained in:
Max Sokolov 2016-05-24 11:55:51 +03:00
parent 79aef4dd39
commit 8f895bdd31
1 changed files with 2 additions and 2 deletions

View File

@ -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