3 "version": "3.0.0-alpha",
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}"
25 "public_header_files": [
26 "sonic-iOS/Sonic/*.h",
27 "sonic-iOS/Sonic/ResourceLoader/*.h",
28 "sonic-iOS/Sonic/Engine/*.h",
29 "sonic-iOS/Sonic/Session/*.h",
30 "sonic-iOS/Sonic/Network/*.h",
31 "sonic-iOS/Sonic/Util/*.h",
32 "sonic-iOS/Sonic/Cache/*.h"
34 "libraries": "sqlite3",
35 "requires_arc": false,
36 "pod_target_xcconfig": {
37 "CLANG_ENABLE_OBJC_WEAK": "YES",
38 "OTHER_CFLAGS": "-fembed-bitcode"