blob: 1fe5ced5f369535d55d6612f58a458de077355e8 [file] [log] [blame]
{
"name": "ZYWeChat",
"version": "0.0.2",
"summary": "A short description of ZYWeChat",
"homepage": "https://github.com/zh-yong-xin/ZYWeChat",
"license": "MIT",
"authors": {
"yong": "zhyo0911@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zh-yong-xin/ZYWeChat.git",
"tag": "0.0.2"
},
"source_files": "WechatSDK/*.{h,m}",
"frameworks": [
"SystemConfiguration",
"Security",
"CoreTelephony",
"CFNetwork"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}