blob: 84b19fcabf43418184d516dde31fc00b3d7c76de [file] [log] [blame]
{
"name": "VasSonic",
"version": "2.0.0",
"summary": "A Lightweight And High-performance Hybrid Framework.",
"description": "VasSonic is a lightweight and high-performance Hybrid framework developed by tencent VAS team, which is intended to speed up the first screen of websites working on Android and iOS platform.",
"homepage": "https://github.com/Tencent/VasSonic",
"license": "MIT",
"authors": "Tencent",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Tencent/VasSonic.git",
"tag": "2.0.0"
},
"source_files": "sonic-iOS/Sonic/*.{h,m}",
"public_header_files": "sonic-iOS/Sonic/*.h",
"libraries": "sqlite3",
"requires_arc": false,
"pod_target_xcconfig": {
"CLANG_ENABLE_OBJC_WEAK": "YES",
"OTHER_CFLAGS": "-fembed-bitcode"
}
}