From 7eb170594f63403bbed7f42d239cbb1aa5bd7147 Mon Sep 17 00:00:00 2001 From: Fabio Pelosin Date: Tue, 19 Mar 2013 11:32:11 +0100 Subject: [PATCH] [Fix] Broken podspecs --- CocoaAsyncSocket/0.0.1/CocoaAsyncSocket.podspec | 2 +- PSTCollectionView/0.0.1/PSTCollectionView.podspec | 2 +- .../0.0.1/QBImagePickerController.podspec | 4 ++-- RBStoryboardLink/0.0.1/RBStoryboardLink.podspec | 12 ++++++------ TLSignals/0.0.1/TLSignals.podspec | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CocoaAsyncSocket/0.0.1/CocoaAsyncSocket.podspec b/CocoaAsyncSocket/0.0.1/CocoaAsyncSocket.podspec index 93b4ea3e..b8b7d28b 100644 --- a/CocoaAsyncSocket/0.0.1/CocoaAsyncSocket.podspec +++ b/CocoaAsyncSocket/0.0.1/CocoaAsyncSocket.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/robbiehanson/CocoaAsyncSocket' s.authors = 'Dustin Voss', { 'Robbie Hanson' => 'robbiehanson@deusty.com' } - s.source = { :git => 'https://github.com/robbiehanson/CocoaAsyncSocket.git' } + s.source = { :git => 'https://github.com/robbiehanson/CocoaAsyncSocket.git', :commit => 'd8d60083e07df77b1d5743d1f9bee55e0a3c3138'} s.description = 'CocoaAsyncSocket supports TCP and UDP. The AsyncSocket class is for TCP, and the AsyncUdpSocket class is for UDP. ' \ 'AsyncSocket is a TCP/IP socket networking library that wraps CFSocket and CFStream. It offers asynchronous ' \ diff --git a/PSTCollectionView/0.0.1/PSTCollectionView.podspec b/PSTCollectionView/0.0.1/PSTCollectionView.podspec index a6ef05b3..6a0355c9 100644 --- a/PSTCollectionView/0.0.1/PSTCollectionView.podspec +++ b/PSTCollectionView/0.0.1/PSTCollectionView.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.author = 'Peter Steinberger', 'steipete@gmail.com' s.source = { :git => 'https://github.com/steipete/PSTCollectionView.git', - :commit => 'HEAD' + :commit => 'f5e0bd83b16e0520fee166a13b92339a337797b1' } s.platform = :ios, '4.3' s.source_files = 'PSTCollectionView/' diff --git a/QBImagePickerController/0.0.1/QBImagePickerController.podspec b/QBImagePickerController/0.0.1/QBImagePickerController.podspec index c7abe649..ab24dd0e 100644 --- a/QBImagePickerController/0.0.1/QBImagePickerController.podspec +++ b/QBImagePickerController/0.0.1/QBImagePickerController.podspec @@ -6,8 +6,8 @@ Pod::Spec.new do |s| s.authors = { 'Katsuma Tanaka' => 'questbeat@gmail.com' } - s.source = { :git => 'git://github.com/questbeat/QBImagePickerController.git', :commit => 'HEAD' } + s.source = { :git => 'https://github.com/questbeat/QBImagePickerController.git', :commit => '9517e9cd0a87ceb5780e362ddb3a7fcabe7f66c7' } s.frameworks = ["AssetsLibrary"] s.source_files = 'QBImagePickerController/Classes/*.{h,m}' s.resources = 'QBImagePickerController/Classes/QBImagePickerController.bundle' -end \ No newline at end of file +end diff --git a/RBStoryboardLink/0.0.1/RBStoryboardLink.podspec b/RBStoryboardLink/0.0.1/RBStoryboardLink.podspec index 8b67e3e5..58cbf671 100644 --- a/RBStoryboardLink/0.0.1/RBStoryboardLink.podspec +++ b/RBStoryboardLink/0.0.1/RBStoryboardLink.podspec @@ -3,14 +3,14 @@ Pod::Spec.new do |s| s.version = '0.0.1' s.summary = 'Makes transitioning between storyboards possible.' s.homepage = 'https://github.com/rob-brown/RBStoryboardLink' - s.license = { - :type => 'MIT', - :file => 'LICENSE' + s.license = { + :type => 'MIT', + :file => 'LICENSE' } s.author = 'Robert Brown' - s.source = { - :git => 'https://github.com/rob-brown/RBStoryboardLink.git', - :commit => 'HEAD' + s.source = { + :git => 'https://github.com/rob-brown/RBStoryboardLink.git', + :commit => 'e6cf0c08f7310f12a881c587eaac67d38d96e921' } s.platform = :ios, '5.0' s.source_files = 'RBStoryboardLink.{h,m}' diff --git a/TLSignals/0.0.1/TLSignals.podspec b/TLSignals/0.0.1/TLSignals.podspec index 211f9327..05d9529a 100644 --- a/TLSignals/0.0.1/TLSignals.podspec +++ b/TLSignals/0.0.1/TLSignals.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/bsideup/TLSignals' s.author = { 'Sergey Egorov' => 'bsideup@gmail.com' } s.source = { :git => 'https://github.com/bsideup/TLSignals.git', - :commit => 'HEAD' } + :commit => '262a1defc6da77636cfa86fae316163f752d3d19' } s.source_files = 'TLSignals/*.{h,m, mm}' end