Skip to content

Commit

Permalink
Merge pull request #1544 from CocoaPods/rever_pull_request_1542
Browse files Browse the repository at this point in the history
Revert "Merge pull request #1542 from CocoaPods/remove_unsuported_requir...
  • Loading branch information
orta committed Mar 20, 2013
2 parents 3580763 + 38c7d80 commit e4ae85d
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion BeeFramework/0.2.3/BeeFramework.podspec
Expand Up @@ -25,5 +25,5 @@ Pod::Spec.new do |s|
s.dependency 'ASIHTTPRequest' s.dependency 'ASIHTTPRequest'
s.dependency 'Reachability' s.dependency 'Reachability'
s.dependency 'SFHFKeychainUtils' s.dependency 'SFHFKeychainUtils'
s.dependency 'FMDB' s.dependency 'FMDB', :head
end end
Expand Up @@ -17,7 +17,8 @@ Pod::Spec.new do |s|
s.subspec 'Core' do |sp| s.subspec 'Core' do |sp|
sp.source_files = 'Classes' sp.source_files = 'Classes'
sp.resources = "Resources/**/*.*", "Images/{UI,Overlays}/*.png" sp.resources = "Resources/**/*.*", "Images/{UI,Overlays}/*.png"
sp.dependency 'GPUImage' # Temporary, this might break the podspec in the future.
sp.dependency 'GPUImage', :head
end end


s.subspec 'FilterSamples' do |sp| s.subspec 'FilterSamples' do |sp|
Expand Down
Expand Up @@ -18,5 +18,6 @@ Pod::Spec.new do |s|
} }


s.source_files = ['JMStatefulTableViewController/*.*'] s.source_files = ['JMStatefulTableViewController/*.*']
s.dependency 'SVPullToRefresh'
s.dependency 'SVPullToRefresh', :git => 'git://github.com/samvermette/SVPullToRefresh.git', :commit => '1362d86a52a53baa96cbd4e15ad46d50418fe4fa'
end end
2 changes: 1 addition & 1 deletion LRTVDBAPIClient/0.1/LRTVDBAPIClient.podspec
Expand Up @@ -10,6 +10,6 @@ Pod::Spec.new do |s|
s.source_files = 'LRTVDBAPIClient', 'LRTVDBAPIClient/Categories', 'LRTVDBAPIClient/Model', 'LRTVDBAPIClient/Parser', 'LRTVDBAPIClient/PersistenceManager' s.source_files = 'LRTVDBAPIClient', 'LRTVDBAPIClient/Categories', 'LRTVDBAPIClient/Model', 'LRTVDBAPIClient/Parser', 'LRTVDBAPIClient/PersistenceManager'
s.requires_arc = true s.requires_arc = true
s.dependency 'AFNetworking' s.dependency 'AFNetworking'
s.dependency 'TBXML' s.dependency 'TBXML', :head
s.dependency 'zipzap' s.dependency 'zipzap'
end end
2 changes: 1 addition & 1 deletion MMCounterView/0.6.1/MMCounterView.podspec
Expand Up @@ -18,5 +18,5 @@ Pod::Spec.new do |s|
s.source_files = 'Component' s.source_files = 'Component'
s.frameworks = 'CoreGraphics', 'Foundation', 'QuartzCore', 'UIKit' s.frameworks = 'CoreGraphics', 'Foundation', 'QuartzCore', 'UIKit'
s.requires_arc = true s.requires_arc = true
s.dependency 'CPAnimationSequence' s.dependency 'CPAnimationSequence', :git => 'https://github.com/mmccroskey/CPAnimationSequence.git', :tag => '0.2.1'
end end
2 changes: 1 addition & 1 deletion NCMusicEngine/0.1.0/NCMusicEngine.podspec
Expand Up @@ -11,5 +11,5 @@ Pod::Spec.new do |s|
s.public_header_files = 'NCMusicEngine/*.h' s.public_header_files = 'NCMusicEngine/*.h'
s.requires_arc = true s.requires_arc = true
s.dependency 'AFNetworking', '>= 1.1.0' s.dependency 'AFNetworking', '>= 1.1.0'
s.dependency 'AFDownloadRequestOperation' s.dependency 'AFDownloadRequestOperation', :git => 'https://github.com/nickcheng/AFDownloadRequestOperation.git'
end end
2 changes: 1 addition & 1 deletion StackMobPush/1.0.0/StackMobPush.podspec
Expand Up @@ -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.source = { :git => 'https://github.com/stackmob/stackmob-ios-push-sdk.git', :tag => s.version.to_s }
s.platform = :ios, '5.0' s.platform = :ios, '5.0'
s.source_files = 'stackmob-ios-push-sdk/*.{h,m}' 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.requires_arc = true
s.documentation = { s.documentation = {
:appledoc => [ :appledoc => [
Expand Down
2 changes: 1 addition & 1 deletion StackMobPush/1.0.1/StackMobPush.podspec
Expand Up @@ -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.source = { :git => 'https://github.com/stackmob/stackmob-ios-push-sdk.git', :tag => s.version.to_s }
s.platform = :ios, '5.0' s.platform = :ios, '5.0'
s.source_files = 'stackmob-ios-push-sdk/*.{h,m}' 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.requires_arc = true
s.documentation = { s.documentation = {
:appledoc => [ :appledoc => [
Expand Down
2 changes: 1 addition & 1 deletion TestPilot/0.0.3/TestPilot.podspec
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.source_files = 'TestPilot/**/*.{h,m}' s.source_files = 'TestPilot/**/*.{h,m}'
s.public_header_files = 'TestPilot/**/*.h' 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 'OCHamcrest'
s.dependency 'OCMock' s.dependency 'OCMock'
s.dependency 'OCMockito' s.dependency 'OCMockito'
Expand Down
2 changes: 1 addition & 1 deletion TestPilot/0.0.4/TestPilot.podspec
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.source_files = 'TestPilot/**/*.{h,m}' s.source_files = 'TestPilot/**/*.{h,m}'
s.public_header_files = 'TestPilot/**/*.h' 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 'OCHamcrest'
s.dependency 'OCMock' s.dependency 'OCMock'
s.dependency 'OCMockito' s.dependency 'OCMockito'
Expand Down
2 changes: 1 addition & 1 deletion libPusher/1.2/libPusher.podspec
Expand Up @@ -10,5 +10,5 @@ Pod::Spec.new do |s|


s.requires_arc = true s.requires_arc = true
s.dependency "JSONKit", "1.4" s.dependency "JSONKit", "1.4"
s.dependency 'SocketRocket' s.dependency 'SocketRocket', :git => "git://github.com/square/SocketRocket", :commit => "ec6c145f4a"
end end
2 changes: 1 addition & 1 deletion uploadcare-ios/0.9.0/uploadcare-ios.podspec
Expand Up @@ -13,5 +13,5 @@ Pod::Spec.new do |s|
s.dependency 'AFNetworking', '~> 1.0' s.dependency 'AFNetworking', '~> 1.0'
s.dependency 'libPusher', '~> 1.4' s.dependency 'libPusher', '~> 1.4'
s.dependency 'grabKit', '1.2.1' s.dependency 'grabKit', '1.2.1'
s.dependency 'SVProgressHUD' s.dependency 'SVProgressHUD', :head
end end

0 comments on commit e4ae85d

Please sign in to comment.