Skip to content

Commit

Permalink
fix submodule updates in cocoapods.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Jan 7, 2016
1 parent 4a31266 commit 3b0cdbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cocoapods.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
try:
install:
pre:
- git submodule foreach --recursive git submodule update --init
- git submodule update --init --recursive
project: 'Example/DTCollectionViewManager.xcodeproj'
2 changes: 1 addition & 1 deletion DTCollectionViewManager.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DTCollectionViewManager'
s.version = '4.5.0'
s.version = '4.5.1'
s.license = 'MIT'
s.summary = 'Protocol-oriented UICollectionView management, powered by generics and associated types.'
s.homepage = 'https://github.com/DenHeadless/DTCollectionViewManager'
Expand Down

0 comments on commit 3b0cdbd

Please sign in to comment.