[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / f / 1 / GData-session / 1.12.0 / GData-session.podspec.json
blob5b307063b66872140f00195460903d7876f812f9
2   "name": "GData-session",
3   "version": "1.12.0",
4   "license": {
5     "type": "Apache License, Version 2.0"
6   },
7   "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.",
8   "homepage": "https://code.google.com/p/gdata-objectivec-client",
9   "authors": {
10     "The Google Data APIs team": "https://code.google.com/p/gdata-objectivec-client"
11   },
12   "source": {
13     "git": "https://github.com/pushd/gdata-objectivec-client.git",
14     "tag": "gdata-objectivec-client-1.12.0"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "dependencies": {
20     "GTMSessionFetcher": [
22     ],
23     "GTMOAuth2": [
25     ]
26   },
27   "requires_arc": false,
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": [
32         "Source/ACL/*.{h,m}",
33         "Source/BaseClasses/*.{h,m}",
34         "Source/Elements/*.{h,m}",
35         "Source/Geo/*.{h,m}",
36         "Source/Introspection/*.{h,m}",
37         "Source/Media/*.{h,m}",
38         "Source/Networking/*.{h,m}",
39         "Source/XMLSupport/*.{h,m}",
40         "Source/*.{h,m}",
41         "Source/Clients/**/*.{h,m}"
42       ],
43       "libraries": "xml2",
44       "xcconfig": {
45         "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
46       }
47     },
48     {
49       "name": "XMLNode",
50       "source_files": "Source/XMLSupport/*.{h,m}",
51       "libraries": "xml2",
52       "xcconfig": {
53         "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
54       }
55     }
56   ]