blob: 8e977e3a5971571aa7e7729b53dfb660fee9b654 [file] [log] [blame]
{
"name": "WXExtension",
"version": "1.0.1",
"summary": "我的第一个pod仓储,创建的有点晚了.....",
"description": "仿MJExtension写的,自动解析XML数据。还有很多功能没有实现,只是为了方便自己。",
"homepage": "https://github.com/keepJion",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"xiaowei": "wei.xiao02@hand-china.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/keepJion/WXExtension.git",
"tag": "1.0.1"
},
"source_files": "WXExtension/*.{h,m}",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}