Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Haß committed Apr 9, 2019
1 parent bb9e574 commit 9f1767e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CellularModelDataSource.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,15 @@ Pod::Spec.new do |spec|
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!

spec.description = 'Module managing two dimensional dataSources for TableViews and CollectionViews.'

spec.homepage = 'www.cellular.de'
spec.description = 'Easily and safely manage your content for data compatible views. The module is capable of handling two dimensional sets of data and simplifies displaying content in section and row/item based views (e.g. UITableView, UICollectionView).'
spec.homepage = 'https://www.cellular.de'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.author = { 'Cellular GmbH' => '[email protected]' }
spec.source = { :git => 'https://github.com/cellular/modeldatasource-swift.git', :tag =>spec.version.to_s }

# Deployment Targets
spec.ios.deployment_target = '9.0'
spec.tvos.deployment_target = '9.0'
spec.watchos.deployment_target = '2.0'

# Core Subspec

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,15 @@ tableView.reloadData()

```


## Cusomization
---
If you want to customize the data source handling, either subclass TableViewDataSource/CollectionViewDataSource or create a custom class that conforms to ModelCollection.

## Requirements
---
* iOS 9.0+
* tvOS 9.0+

## Installation
---

Expand Down

0 comments on commit 9f1767e

Please sign in to comment.