forked from google/gdata-objectivec-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGData.podspec.json
55 lines (53 loc) · 1.41 KB
/
GData.podspec.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "GData",
"version": "1.12.2",
"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": {
"git": "https://github.com/dani3lviana/gdata-objectivec-client.git",
"tag": "master"
},
"dependencies": {
"gtm-http-fetcher": [
],
"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\""
}
}
]
}