bump podspec

This commit is contained in:
Max Sokolov 2016-06-24 23:27:17 +03:00
parent 080b3f0458
commit 9fbe7c9383
1 changed files with 3 additions and 3 deletions

View File

@ -2,15 +2,15 @@ Pod::Spec.new do |s|
s.name = 'TableKit'
s.module_name = 'TableKit'
s.version = '0.8.0'
s.version = '0.8.1'
s.homepage = 'https://github.com/maxsokolov/TableKit'
s.summary = 'Type-safe declarative table views. Swift 2.2 is required.'
s.author = { 'Max Sokolov' => 'i@maxsokolov.net' }
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.platforms = { :ios => '8.0' }
s.ios.deployment_target = '8.0'
s.platforms = { :ios => '7.0' }
s.ios.deployment_target = '7.0'
s.source_files = 'Sources/*.swift'
s.source = { :git => 'https://github.com/maxsokolov/TableKit.git', :tag => s.version }