blob: 2fa7fe88465531ad2d99f011052abe13bdafbfb7 [file] [log] [blame]
{
"name": "GDataXMLNode2",
"version": "2.0.0",
"summary": "将 Google 的 xml node 解析改成了 pod 管理, 有问题请 issue",
"homepage": "https://github.com/tpctt/GDataXMLNode",
"social_media_url": "https://github.com/tpctt/GDataXMLNode",
"platforms": {
"ios": "6.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
" tim": "491590253@qq.com"
},
"source": {
"git": "https://github.com/tpctt/GDataXMLNode.git",
"tag": "2.0.0"
},
"requires_arc": false,
"frameworks": [
"CoreFoundation",
"Foundation"
],
"libraries": "xml2",
"source_files": "Classess/**/*.{h,m,mm}",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}