From 17a57bb69c49ff10f8368ff6dd5dc51be109fec4 Mon Sep 17 00:00:00 2001 From: Mathieu Godart Date: Thu, 5 Jul 2012 15:38:18 +0200 Subject: [PATCH] Removed GData 2 spec, because of a non authoritative version. --- GData/2.0.0/GData.podspec | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 GData/2.0.0/GData.podspec diff --git a/GData/2.0.0/GData.podspec b/GData/2.0.0/GData.podspec deleted file mode 100644 index 5a3ff5ffeb..0000000000 --- a/GData/2.0.0/GData.podspec +++ /dev/null @@ -1,25 +0,0 @@ -Pod::Spec.new do |s| - s.name = 'GData' - s.version = '2.0.0' - s.platform = :ios - s.license = { :type => 'Apache License, Version 2.0', :file => 'COPYING.txt' } - s.summary = "The Google data APIs provide a simple protocol for reading and "\ - "writing data on the web. Many Google services provide a Google data API." - s.homepage = 'https://code.google.com/p/gdata-objectivec-client' - s.author = { 'The Google Data APIs team' => 'https://code.google.com/p/gdata-objectivec-client' } - - s.source = { :svn => 'http://gdata-objectivec-client.googlecode.com/svn/trunk/', - :revision => '725' } - s.source_files = 'Source/ACL/*.{h,m}', 'Source/BaseClasses/*.{h,m}', 'Source/Elements/*.{h,m}', - 'Source/Geo/*.{h,m}', 'Source/HTTPFetcher/*.{h,m}', 'Source/Introspection/*.{h,m}', - 'Source/Media/*.{h,m}', 'Source/Networking/*.{h,m}', 'Source/OAuth2/*.{h,m}', - 'Source/XMLSupport/*.{h,m}', 'Source/*.{h,m}' - s.libraries = 'xml2' - s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' } - - s.subspec 'YouTube' do |gdyt| - gdyt.frameworks = 'CFNetwork', 'SystemConfiguration' - gdyt.source_files = 'Clients/YouTube/*.{h,m}', 'Clients/YouTube/Touch/*.{h,m}' - end - -end