Skip to content

Commit 594cd5a

Browse files
committed
removed travis ci
1 parent 9f4475d commit 594cd5a

File tree

3 files changed

+1
-22
lines changed

3 files changed

+1
-22
lines changed

Diff for: .travis.yml

-20
This file was deleted.

Diff for: MBDataSource.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
22

33
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
44
s.name = "MBDataSource"
5-
s.version = "5.0"
5+
s.version = "5.0.1"
66
s.summary = "Simplifies the setup of UITableView data sources and cells using type-safe cell configurators."
77
s.description = <<-DESC
88
Framework to simplify the setup of UITableView data sources and cells.

Diff for: README.md

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![Swift 4](https://img.shields.io/badge/Language-Swift%204-orange.svg)](https://developer.apple.com/swift)
44
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-brightgreen.svg)](https://github.com/Carthage/Carthage)
55
[![CocoaPods compatible](https://img.shields.io/cocoapods/v/MBDataSource.svg)](https://cocoapods.org/pods/MBDataSource)
6-
[![CBuild status](https://travis-ci.org/mbuchetics/DataSource.svg?branch=master)](https://travis-ci.org/mbuchetics/DataSource)
76

87
Framework to simplify the setup and configuration of `UITableView` data sources and cells. It allows a type-safe setup of `UITableViewDataSource` and (optionally) `UITableViewDelegate`. `DataSource` also provides out-of-the-box diffing and animated deletions, inserts, moves and changes.
98

0 commit comments

Comments
 (0)