From 3b0cdbd434b2fc5038a06b52a44a10bc74335c77 Mon Sep 17 00:00:00 2001 From: Denys Telezhkin Date: Thu, 7 Jan 2016 19:05:09 +0200 Subject: [PATCH] fix submodule updates in cocoapods.yml --- .cocoapods.yml | 2 +- DTCollectionViewManager.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cocoapods.yml b/.cocoapods.yml index d89dd88..7909939 100644 --- a/.cocoapods.yml +++ b/.cocoapods.yml @@ -1,5 +1,5 @@ try: install: pre: - - git submodule foreach --recursive git submodule update --init + - git submodule update --init --recursive project: 'Example/DTCollectionViewManager.xcodeproj' diff --git a/DTCollectionViewManager.podspec b/DTCollectionViewManager.podspec index 5e31aa2..bcfd3b0 100644 --- a/DTCollectionViewManager.podspec +++ b/DTCollectionViewManager.podspec @@ -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'