Skip to content

Commit

Permalink
Bump version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adellibovi committed Oct 27, 2017
1 parent e6971db commit 8d5f8bd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0
4.0
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
All notable changes to this project will be documented in this file.

---

## [Unreleased]
## [1.2.0]
### Added
- Official support to Swift 4
- Support for `TableItem` method `redraw()`
Expand Down
6 changes: 3 additions & 3 deletions TableViewKit.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "TableViewKit"
s.version = "1.1.0"
s.version = "1.2.0"
s.summary = "Empowering UITableView with painless multi-type cell support and built-in automatic state transition animations"
s.homepage = "http://github.com/odigeoteam/TableViewKit/"
s.license = "MIT"
s.author = "TableViewKit Contributors"
s.ios.deployment_target = "8.0"
s.ios.deployment_target = "9.3"
s.source = { :git => 'https://github.com/odigeoteam/TableViewKit.git', :tag => "v#{s.version}" }
s.source_files = "TableViewKit/**/*.swift"
s.framework = "UIKit", "Foundation"
s.requires_arc = true
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
end
4 changes: 2 additions & 2 deletions TableViewKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand Down Expand Up @@ -478,7 +478,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 3.0;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
Expand Down

0 comments on commit 8d5f8bd

Please sign in to comment.