blob: e064f4270935a119f7ee3fa5907a6e58716adbb2 [file] [log] [blame]
{
"name": "GDataXMLNode_GIC",
"version": "0.1.2",
"summary": "google的xml node的类库改成cocoapods 管理",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ghwghw4/GDataXMLNode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ghwghw4": "dagehaoshuang@163.com"
},
"source": {
"git": "https://github.com/ghwghw4/GDataXMLNode.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": "GDataXMLNode/Classes/**/*",
"requires_arc": false,
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "${SDK_DIR}/usr/include/libxml2"
}
}