Skip to content

Commit

Permalink
- Uses tag instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
lxcid committed Mar 31, 2013
1 parent a5094f8 commit 4e125a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -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/'
Expand Down
Expand Up @@ -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/'
Expand Down

0 comments on commit 4e125a8

Please sign in to comment.