[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 2 / d / TouchVGCore / 1.0.58 / TouchVGCore.podspec.json
blobfa13cc0cc6329ca3f023d1456edf663ff9b17e12
2   "name": "TouchVGCore",
3   "version": "1.0.58",
4   "summary": "Cross-platform vector drawing library using C++.",
5   "homepage": "https://github.com/touchvg/vgcore",
6   "screenshots": "http://touchvg.github.io/images/core.svg",
7   "license": {
8     "type": "LGPL",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Zhang Yungui": "rhcad@hotmail.com"
13   },
14   "social_media_url": "http://weibo.com/rhcad",
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source": {
19     "git": "https://github.com/touchvg/vgcore.git",
20     "tag": "v1.0.58"
21   },
22   "source_files": [
23     "core",
24     "core/**/*.{h,cpp,hpp}"
25   ],
26   "public_header_files": "core/include/**/*.h",
27   "requires_arc": false,
28   "xcconfig": {
29     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++11",
30     "CLANG_CXX_LIBRARY": "libc++"
31   }