blob: 0690167417d63d349a3b1b3ad6bd6d3326f4cbc1 [file] [log] [blame]
{
"name": "GDataXMLNode_iOS",
"version": "1.2.0",
"summary": "Support CocoaPods for GDataXML.",
"homepage": "https://github.com/MichaelLedger/GDataXML",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mountain Xiang": "MichaelLedger@163.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/MichaelLedger/GDataXML.git",
"tag": "1.2.0"
},
"requires_arc": false,
"source_files": "Classes/**/*.{h,m}",
"frameworks": [
"CoreFoundation",
"Foundation"
],
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "/usr/include/libxml2"
}
}