| { |
| "name": "GData-session", |
| "version": "1.12.0", |
| "license": { |
| "type": "Apache License, Version 2.0" |
| }, |
| "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.", |
| "homepage": "https://code.google.com/p/gdata-objectivec-client", |
| "authors": { |
| "The Google Data APIs team": "https://code.google.com/p/gdata-objectivec-client" |
| }, |
| "source": { |
| "git": "https://github.com/pushd/gdata-objectivec-client.git", |
| "tag": "gdata-objectivec-client-1.12.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "dependencies": { |
| "GTMSessionFetcher": [ |
| |
| ], |
| "GTMOAuth2": [ |
| |
| ] |
| }, |
| "requires_arc": false, |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": [ |
| "Source/ACL/*.{h,m}", |
| "Source/BaseClasses/*.{h,m}", |
| "Source/Elements/*.{h,m}", |
| "Source/Geo/*.{h,m}", |
| "Source/Introspection/*.{h,m}", |
| "Source/Media/*.{h,m}", |
| "Source/Networking/*.{h,m}", |
| "Source/XMLSupport/*.{h,m}", |
| "Source/*.{h,m}", |
| "Source/Clients/**/*.{h,m}" |
| ], |
| "libraries": "xml2", |
| "xcconfig": { |
| "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\"" |
| } |
| }, |
| { |
| "name": "XMLNode", |
| "source_files": "Source/XMLSupport/*.{h,m}", |
| "libraries": "xml2", |
| "xcconfig": { |
| "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\"" |
| } |
| } |
| ] |
| } |