blob: d2ca29f1f58bfbb885d8346b2b9d7a310b11cb3b [file] [log] [blame]
{
"name": "WeChatSDKPods",
"version": "1.0.0",
"summary": "WeChatSDK's Pods",
"homepage": "https://github.com/0dayZh/WeChatSDKPods",
"license": "MIT",
"authors": {
"0dayZh": "0day.zh@gmail.com"
},
"source": {
"git": "https://github.com/0dayZh/WeChatSDKPods.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Library/include/**/*.h",
"public_header_files": "Pod/Library/include/WeChat/*.h",
"frameworks": "SystemConfiguration",
"libraries": [
"z",
"sqlite3.0",
"stdc++"
],
"default_subspecs": "precompiled",
"subspecs": [
{
"name": "precompiled",
"preserve_paths": [
"Pod/Library/include/WeChat/*.h",
"Pod/Library/lib/*.a"
],
"vendored_libraries": "Pod/Library/lib/*.a",
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/Headers/Public/WeChatSDKPods"
}
}
]
}