blob: 399a56988e10fbdbc93dda95d00f3776ba45f998 [file] [log] [blame]
{
"name": "RelyLibrary",
"version": "1.0",
"summary": "第三方依赖的静态库",
"homepage": "https://github.com/51wakeup/RelyLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"醒来-技术": "1020166296@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/51wakeup/RelyLibrary.git",
"tag": "v1.0"
},
"source_files": "RelyLibrary/Library/*.{h,m}",
"frameworks": [
"SystemConfiguration",
"CoreTelephony",
"Photos"
],
"libraries": [
"sqlite3",
"z.1.1.3",
"c++"
],
"vendored_frameworks": "RelyLibrary/Library/TencentOpenAPI.framework",
"vendored_libraries": [
"RelyLibrary/Library/libWeChatSDK.a",
"RelyLibrary/Library/libWeiboSDK.a"
]
}