bump podspec

This commit is contained in:
Max Sokolov 2016-10-03 13:57:21 +03:00
parent 6e2b707df7
commit edcbcf60b7
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@ Pod::Spec.new do |s|
s.name = 'TableKit'
s.module_name = 'TableKit'
s.version = '1.2.0'
s.version = '1.3.0'
s.homepage = 'https://github.com/maxsokolov/TableKit'
s.summary = 'Type-safe declarative table views. Swift 2.2 is required.'
s.summary = 'Type-safe declarative table views with Swift.'
s.author = { 'Max Sokolov' => 'i@maxsokolov.net' }
s.license = { :type => 'MIT', :file => 'LICENSE' }