-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michael Haß
committed
Apr 9, 2019
1 parent
bb9e574
commit 9f1767e
Showing
2 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters