Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor for 1.0 release #21

Merged
merged 12 commits into from
Jun 24, 2017
6 changes: 3 additions & 3 deletions CenteredCollectionView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ Pod::Spec.new do |s|
#

s.name = 'CenteredCollectionView'
s.version = '0.9.9'
s.summary = 'A CollectionView that \'pages\' and centers it\'s cells 🎡 written in Swift'
s.version = '1.0'
s.summary = 'A `CollectionViewFlowLayout` that \'pages\' and centers it\'s cells 🎡 written in Swift'

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = <<-DESC
`CenteredCollectionView` is a lightweight drop in place `UICollectionView` that pages and keeps its cells centered, resulting in the "carousel effect" 🎡
`CenteredCollectionView` is a lightweight drop in place `UICollectionViewFlowLayout` that pages and keeps its cells centered, resulting in the "carousel effect" 🎡
DESC

s.homepage = 'https://github.com/BenEmdon/CenteredCollectionView'
Expand Down
97 changes: 0 additions & 97 deletions CenteredCollectionView/Classes/CenteredCollectionView.swift

This file was deleted.

Loading