blob: c4446e323da5541f71c0b2faa0faf81f4f2de11f [file] [log] [blame]
{
"name": "GData",
"version": "1.9.1",
"license": {
"type": "Apache License, Version 2.0",
"file": "COPYING.txt"
},
"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": {
"svn": "http://gdata-objectivec-client.googlecode.com/svn",
"tag": "gdata-objectivec-client-1.9.1"
},
"dependencies": {
"GTMHTTPFetcher": [
],
"gtm-oauth2": [
]
},
"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\""
}
}
]
}