bump version to 0.2.0

This commit is contained in:
Max Sokolov 2015-12-07 00:33:54 +03:00
parent 8c130105f4
commit 558d2bccf3
4 changed files with 4 additions and 6 deletions

View File

@ -3,7 +3,7 @@
<p align="left">
<a href="https://developer.apple.com/swift"><img src="https://img.shields.io/badge/Swift2-compatible-4BC51D.svg?style=flat" alt="Swift 2 compatible" /></a>
<img src="https://img.shields.io/badge/platform-iOS-blue.svg?style=flat" alt="Platform iOS" />
<a href="https://cocoapods.org/pods/tablet"><img src="https://img.shields.io/badge/pod-0.1.0-blue.svg" alt="CocoaPods compatible" /></a>
<a href="https://cocoapods.org/pods/tablet"><img src="https://img.shields.io/badge/pod-0.2.0-blue.svg" alt="CocoaPods compatible" /></a>
<a href="https://raw.githubusercontent.com/maxsokolov/tablet/master/LICENSE"><img src="http://img.shields.io/badge/license-MIT-blue.svg?style=flat" alt="License: MIT" /></a>
</p>
@ -18,7 +18,7 @@ Tablet respects cells reusability feature and it's type-safe. See the Usage sect
## Requirements
- iOS 8.0+
- Xcode 7.1+
- Xcode 7.0+
## Installation

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Tablet'
s.version = '0.1.0'
s.version = '0.2.0'
s.homepage = 'https://github.com/maxsokolov/tablet'
s.summary = 'Powerful type-safe tool for UITableView. Swift 2.0 is required.'

View File

@ -89,8 +89,6 @@ public extension TableSectionBuilder {
public func clear() {
let _ = TableSectionBuilder(rowBuilders: nil)
builders.removeAll()
}