Skip to content

Commit

Permalink
Bump version in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
BenEmdon committed Feb 25, 2018
1 parent c74a19a commit 9f6fa24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CenteredCollectionView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = 'CenteredCollectionView'
s.version = '1.2'
s.version = '1.2.1'
s.summary = 'A `CollectionViewFlowLayout` that \'pages\' and centers its cells 🎡 written in Swift'

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -64,7 +64,7 @@ Pod::Spec.new do |s|

# s.platform = :ios
s.ios.deployment_target = '9.0'
s.swift_version = '4'
s.swift_version = '4.0'

# When using multiple platforms
# s.ios.deployment_target = '5.0'
Expand Down

0 comments on commit 9f6fa24

Please sign in to comment.