blob: 1f2a028ecf339f93de7b19816024cd8206e5a663 [file] [log] [blame]
{
"name": "GDataXMLNode_GIC",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "GDataXMLNode/Classes/**/*",
"requires_arc": false,
"compiler_flags": "-ObjC",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "${SDK_DIR}/usr/include/libxml2"
}
}