Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
darrarski committed Jul 10, 2015
1 parent e89c5f8 commit 0849a18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DRCollectionViewTableLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'DRCollectionViewTableLayout'
s.version = '1.0.3'
s.version = '1.0.4'
s.summary = 'UICollectionView 2d-table / grid / spreadsheet layout'
s.homepage = 'https://github.com/darrarski/DRCollectionViewTableLayout-iOS'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Dariusz Rybicki' => '[email protected]' }
s.source = { :git => 'https://github.com/darrarski/DRCollectionViewTableLayout-iOS.git', :tag => '1.0.3' }
s.source = { :git => 'https://github.com/darrarski/DRCollectionViewTableLayout-iOS.git', :tag => '1.0.4' }
s.platform = :ios
s.ios.deployment_target = '6.0'
s.source_files = 'DRCollectionViewTableLayout'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ You can install the library using CocoaPods. To do so, you will need to add one

For stable release (recommended):

pod 'DRCollectionViewTableLayout', '~> 1.0.3'
pod 'DRCollectionViewTableLayout', '~> 1.0.4'

Which creates dependency for version `>= 1.0.3` and `< 1.1`
Which creates dependency for version `>= 1.0.4` and `< 1.1`

For most recent or exact development version (not recommended on production):

pod 'DRCollectionViewTableLayout', :git => 'https://github.com/darrarski/DRCollectionViewTableLayout-iOS.git', :tag => 'VERSION_TAG'

Where `VERSION_TAG` you should put tag name for given version (ex. "1.0.3"). It is recommended to set version explicity instead of using most recent version, as backward compatibility is not warranted.
Where `VERSION_TAG` you should put tag name for given version (ex. "1.0.4"). It is recommended to set version explicity instead of using most recent version, as backward compatibility is not warranted.

## Usage

Expand Down

0 comments on commit 0849a18

Please sign in to comment.