[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 2 / c / VasSonic / 2.0.0-beta / VasSonic.podspec.json
blob47d6ee66c45748bc19bc4448057f19c39920d2a6
2   "name": "VasSonic",
3   "version": "2.0.0-beta",
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",
7   "license": "MIT",
8   "authors": "Tencent",
9   "platforms": {
10     "ios": "8.0"
11   },
12   "source": {
13     "git": "https://github.com/Tencent/VasSonic.git",
14     "tag": "2.0.0-beta"
15   },
16   "source_files": "sonic-iOS/Sonic/*.{h,m}",
17   "public_header_files": "sonic-iOS/Sonic/*.h",
18   "libraries": "sqlite3",
19   "requires_arc": false,
20   "pod_target_xcconfig": {
21     "CLANG_ENABLE_OBJC_WEAK": "YES",
22     "OTHER_CFLAGS": "-fembed-bitcode"
23   }