From 38c7d80c2bc00221fa373a541091d7d6549abb8c Mon Sep 17 00:00:00 2001 From: stcui Date: Thu, 21 Mar 2013 01:20:11 +0800 Subject: [PATCH] Revert "Merge pull request #1542 from CocoaPods/remove_unsuported_requirements" This reverts commit 3580763ce17ab6c91ed39725ab9580af9767aa0d, reversing changes made to 45c695aac84cdd98b3005c5835085d27eedfd743. --- BeeFramework/0.2.3/BeeFramework.podspec | 2 +- .../0.0.1/DLCImagePickerController.podspec | 3 ++- .../0.1.1/JMStatefulTableViewController.podspec | 3 ++- LRTVDBAPIClient/0.1/LRTVDBAPIClient.podspec | 2 +- MMCounterView/0.6.1/MMCounterView.podspec | 2 +- NCMusicEngine/0.1.0/NCMusicEngine.podspec | 2 +- StackMobPush/1.0.0/StackMobPush.podspec | 2 +- StackMobPush/1.0.1/StackMobPush.podspec | 2 +- TestPilot/0.0.3/TestPilot.podspec | 2 +- TestPilot/0.0.4/TestPilot.podspec | 2 +- libPusher/1.2/libPusher.podspec | 2 +- uploadcare-ios/0.9.0/uploadcare-ios.podspec | 2 +- 12 files changed, 14 insertions(+), 12 deletions(-) diff --git a/BeeFramework/0.2.3/BeeFramework.podspec b/BeeFramework/0.2.3/BeeFramework.podspec index 82a938e62a..b77d776ad8 100644 --- a/BeeFramework/0.2.3/BeeFramework.podspec +++ b/BeeFramework/0.2.3/BeeFramework.podspec @@ -25,5 +25,5 @@ Pod::Spec.new do |s| s.dependency 'ASIHTTPRequest' s.dependency 'Reachability' s.dependency 'SFHFKeychainUtils' - s.dependency 'FMDB' + s.dependency 'FMDB', :head end diff --git a/DLCImagePickerController/0.0.1/DLCImagePickerController.podspec b/DLCImagePickerController/0.0.1/DLCImagePickerController.podspec index 00b5be3737..fa4d781c55 100644 --- a/DLCImagePickerController/0.0.1/DLCImagePickerController.podspec +++ b/DLCImagePickerController/0.0.1/DLCImagePickerController.podspec @@ -17,7 +17,8 @@ Pod::Spec.new do |s| s.subspec 'Core' do |sp| sp.source_files = 'Classes' sp.resources = "Resources/**/*.*", "Images/{UI,Overlays}/*.png" - sp.dependency 'GPUImage' + # Temporary, this might break the podspec in the future. + sp.dependency 'GPUImage', :head end s.subspec 'FilterSamples' do |sp| diff --git a/JMStatefulTableViewController/0.1.1/JMStatefulTableViewController.podspec b/JMStatefulTableViewController/0.1.1/JMStatefulTableViewController.podspec index 633c915597..cd7abefc13 100644 --- a/JMStatefulTableViewController/0.1.1/JMStatefulTableViewController.podspec +++ b/JMStatefulTableViewController/0.1.1/JMStatefulTableViewController.podspec @@ -18,5 +18,6 @@ Pod::Spec.new do |s| } s.source_files = ['JMStatefulTableViewController/*.*'] - s.dependency 'SVPullToRefresh' + + s.dependency 'SVPullToRefresh', :git => 'git://github.com/samvermette/SVPullToRefresh.git', :commit => '1362d86a52a53baa96cbd4e15ad46d50418fe4fa' end \ No newline at end of file diff --git a/LRTVDBAPIClient/0.1/LRTVDBAPIClient.podspec b/LRTVDBAPIClient/0.1/LRTVDBAPIClient.podspec index 3abe6d628b..53841428c0 100644 --- a/LRTVDBAPIClient/0.1/LRTVDBAPIClient.podspec +++ b/LRTVDBAPIClient/0.1/LRTVDBAPIClient.podspec @@ -10,6 +10,6 @@ Pod::Spec.new do |s| s.source_files = 'LRTVDBAPIClient', 'LRTVDBAPIClient/Categories', 'LRTVDBAPIClient/Model', 'LRTVDBAPIClient/Parser', 'LRTVDBAPIClient/PersistenceManager' s.requires_arc = true s.dependency 'AFNetworking' - s.dependency 'TBXML' + s.dependency 'TBXML', :head s.dependency 'zipzap' end diff --git a/MMCounterView/0.6.1/MMCounterView.podspec b/MMCounterView/0.6.1/MMCounterView.podspec index d5ddd38d49..08018cf7e3 100644 --- a/MMCounterView/0.6.1/MMCounterView.podspec +++ b/MMCounterView/0.6.1/MMCounterView.podspec @@ -18,5 +18,5 @@ Pod::Spec.new do |s| s.source_files = 'Component' s.frameworks = 'CoreGraphics', 'Foundation', 'QuartzCore', 'UIKit' s.requires_arc = true - s.dependency 'CPAnimationSequence' + s.dependency 'CPAnimationSequence', :git => 'https://github.com/mmccroskey/CPAnimationSequence.git', :tag => '0.2.1' end diff --git a/NCMusicEngine/0.1.0/NCMusicEngine.podspec b/NCMusicEngine/0.1.0/NCMusicEngine.podspec index 2dc96d27a6..0b05ebde4a 100644 --- a/NCMusicEngine/0.1.0/NCMusicEngine.podspec +++ b/NCMusicEngine/0.1.0/NCMusicEngine.podspec @@ -11,5 +11,5 @@ Pod::Spec.new do |s| s.public_header_files = 'NCMusicEngine/*.h' s.requires_arc = true s.dependency 'AFNetworking', '>= 1.1.0' - s.dependency 'AFDownloadRequestOperation' + s.dependency 'AFDownloadRequestOperation', :git => 'https://github.com/nickcheng/AFDownloadRequestOperation.git' end diff --git a/StackMobPush/1.0.0/StackMobPush.podspec b/StackMobPush/1.0.0/StackMobPush.podspec index 2665c7361d..6667ae27fb 100644 --- a/StackMobPush/1.0.0/StackMobPush.podspec +++ b/StackMobPush/1.0.0/StackMobPush.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/stackmob/stackmob-ios-push-sdk.git', :tag => s.version.to_s } s.platform = :ios, '5.0' s.source_files = 'stackmob-ios-push-sdk/*.{h,m}' - s.dependency 'stl-oauth-client' + s.dependency 'stl-oauth-client', :git => 'https://github.com/jonah-carbonfive/stl-oauth-client.git', :commit => 'd73a89b92a4ec6068b2ae36e09b32e6d8717e180' s.requires_arc = true s.documentation = { :appledoc => [ diff --git a/StackMobPush/1.0.1/StackMobPush.podspec b/StackMobPush/1.0.1/StackMobPush.podspec index 60d18ba61f..ee53343d00 100644 --- a/StackMobPush/1.0.1/StackMobPush.podspec +++ b/StackMobPush/1.0.1/StackMobPush.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/stackmob/stackmob-ios-push-sdk.git', :tag => s.version.to_s } s.platform = :ios, '5.0' s.source_files = 'stackmob-ios-push-sdk/*.{h,m}' - s.dependency 'stl-oauth-client' + s.dependency 'stl-oauth-client', :git => 'https://github.com/jonah-carbonfive/stl-oauth-client.git', :commit => 'd73a89b92a4ec6068b2ae36e09b32e6d8717e180' s.requires_arc = true s.documentation = { :appledoc => [ diff --git a/TestPilot/0.0.3/TestPilot.podspec b/TestPilot/0.0.3/TestPilot.podspec index 02285d914b..8e36aa8764 100644 --- a/TestPilot/0.0.3/TestPilot.podspec +++ b/TestPilot/0.0.3/TestPilot.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.source_files = 'TestPilot/**/*.{h,m}' s.public_header_files = 'TestPilot/**/*.h' - s.dependency 'Stubbilino' + s.dependency 'Stubbilino', :git => 'git@github.com:itsthejb/Stubbilino.git', :branch => 'feature/osx-framework' s.dependency 'OCHamcrest' s.dependency 'OCMock' s.dependency 'OCMockito' diff --git a/TestPilot/0.0.4/TestPilot.podspec b/TestPilot/0.0.4/TestPilot.podspec index 4021939f50..419cd34828 100644 --- a/TestPilot/0.0.4/TestPilot.podspec +++ b/TestPilot/0.0.4/TestPilot.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.source_files = 'TestPilot/**/*.{h,m}' s.public_header_files = 'TestPilot/**/*.h' - s.dependency 'Stubbilino' + s.dependency 'Stubbilino', :git => 'git@github.com:itsthejb/Stubbilino.git', :branch => 'feature/osx-framework' s.dependency 'OCHamcrest' s.dependency 'OCMock' s.dependency 'OCMockito' diff --git a/libPusher/1.2/libPusher.podspec b/libPusher/1.2/libPusher.podspec index 1f73af8357..6a39ab78c4 100644 --- a/libPusher/1.2/libPusher.podspec +++ b/libPusher/1.2/libPusher.podspec @@ -10,5 +10,5 @@ Pod::Spec.new do |s| s.requires_arc = true s.dependency "JSONKit", "1.4" - s.dependency 'SocketRocket' + s.dependency 'SocketRocket', :git => "git://github.com/square/SocketRocket", :commit => "ec6c145f4a" end diff --git a/uploadcare-ios/0.9.0/uploadcare-ios.podspec b/uploadcare-ios/0.9.0/uploadcare-ios.podspec index a6bc472b38..0a65c5502e 100644 --- a/uploadcare-ios/0.9.0/uploadcare-ios.podspec +++ b/uploadcare-ios/0.9.0/uploadcare-ios.podspec @@ -13,5 +13,5 @@ Pod::Spec.new do |s| s.dependency 'AFNetworking', '~> 1.0' s.dependency 'libPusher', '~> 1.4' s.dependency 'grabKit', '1.2.1' - s.dependency 'SVProgressHUD' + s.dependency 'SVProgressHUD', :head end