From 4e125a8723cee5a25e1c467c20b7b77fdc53fc26 Mon Sep 17 00:00:00 2001 From: Stan Chang Khin Boon Date: Sun, 31 Mar 2013 17:41:32 +0800 Subject: [PATCH] - Uses tag instead. --- .../0.0.2/LXReorderableCollectionViewFlowLayout.podspec | 2 +- .../0.1.0.beta1/LXReorderableCollectionViewFlowLayout.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LXReorderableCollectionViewFlowLayout/0.0.2/LXReorderableCollectionViewFlowLayout.podspec b/LXReorderableCollectionViewFlowLayout/0.0.2/LXReorderableCollectionViewFlowLayout.podspec index 77b1099b..0115c985 100644 --- a/LXReorderableCollectionViewFlowLayout/0.0.2/LXReorderableCollectionViewFlowLayout.podspec +++ b/LXReorderableCollectionViewFlowLayout/0.0.2/LXReorderableCollectionViewFlowLayout.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.author = 'Stan Chang Khin Boon' s.source = { :git => 'https://github.com/lxcid/LXReorderableCollectionViewFlowLayout.git', - :commit => '1f290f261d7cf0492e763c33d5f2fe1f278b0809' + :tag => '0.0.2' } s.platform = :ios, '4.3' s.source_files = 'LXReorderableCollectionViewFlowLayout/' diff --git a/LXReorderableCollectionViewFlowLayout/0.1.0.beta1/LXReorderableCollectionViewFlowLayout.podspec b/LXReorderableCollectionViewFlowLayout/0.1.0.beta1/LXReorderableCollectionViewFlowLayout.podspec index 8ddc1bbc..cfc7b6ff 100644 --- a/LXReorderableCollectionViewFlowLayout/0.1.0.beta1/LXReorderableCollectionViewFlowLayout.podspec +++ b/LXReorderableCollectionViewFlowLayout/0.1.0.beta1/LXReorderableCollectionViewFlowLayout.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.author = 'Stan Chang Khin Boon' s.source = { :git => 'https://github.com/lxcid/LXReorderableCollectionViewFlowLayout.git', - :commit => '386a016dae5dd389c75dc4196d6d0e93e356390f' + :tag => '0.1.0.beta1' } s.platform = :ios, '4.3' s.source_files = 'LXReorderableCollectionViewFlowLayout/'