blob: f4dd99f84ab3b6617dbdc4154cf4df0f0a096139 [file] [log] [blame]
{
"name": "GDataXMLNode_iOS",
"version": "1.1.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.1.0"
},
"requires_arc": false,
"source_files": "Classes/**/*.{h,m}",
"frameworks": [
"CoreFoundation",
"Foundation"
],
"libraries": [
"xml2",
"xml2.2"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "/usr/include/libxml2"
}
}