Skip to content

Commit

Permalink
Merge branch 'master' into swift4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuchetics committed Sep 17, 2018
2 parents ccd65c9 + 2694f0b commit e855400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DataSource/DataSource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2017 aaa - all about apps GmbH. All rights reserved.
//

import Foundation
import UIKit
import Diff

public class DataSource: NSObject {
Expand Down
1 change: 1 addition & 0 deletions MBDataSource.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "MBDataSource"
s.version = "5.2.0"
s.swift_version = "4.0"
s.summary = "Simplifies the setup of UITableView data sources and cells using type-safe cell configurators."
s.description = <<-DESC
Framework to simplify the setup of UITableView data sources and cells.
Expand Down

0 comments on commit e855400

Please sign in to comment.