4 "summary": "A Lightweight And High-performance Hybrid Framework.",
5 "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.",
6 "homepage": "https://github.com/Tencent/VasSonic",
13 "git": "https://github.com/Tencent/VasSonic.git",
17 "sonic-iOS/Sonic/ResourceLoader/*.{h,m}",
18 "sonic-iOS/Sonic/Network/*.{h,m}",
19 "sonic-iOS/Sonic/Engine/*.{h,m}",
20 "sonic-iOS/Sonic/Cache/*.{h,m}",
21 "sonic-iOS/Sonic/Session/*.{h,m}",
22 "sonic-iOS/Sonic/Util/*.{h,m}",
23 "sonic-iOS/Sonic/*.{h,m}",
24 "sonic-iOS/Sonic/Statistics/*.{h,m}"
26 "public_header_files": [
27 "sonic-iOS/Sonic/*.h",
28 "sonic-iOS/Sonic/ResourceLoader/*.h",
29 "sonic-iOS/Sonic/Engine/*.h",
30 "sonic-iOS/Sonic/Session/*.h",
31 "sonic-iOS/Sonic/Network/*.h",
32 "sonic-iOS/Sonic/Util/*.h",
33 "sonic-iOS/Sonic/Cache/*.h",
34 "sonic-iOS/Sonic/Statistics/*.h"
36 "libraries": "sqlite3",
37 "requires_arc": false,
38 "pod_target_xcconfig": {
39 "CLANG_ENABLE_OBJC_WEAK": "YES",
40 "OTHER_CFLAGS": "-fembed-bitcode"