[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 2 / d / TouchVGCore / 0.29 / TouchVGCore.podspec.json
blob2c294d9bc52cfe0682df7b6dc2b8442e5a6080e8
2   "name": "TouchVGCore",
3   "version": "0.29",
4   "summary": "Cross-platform vector drawing library using C++.",
5   "homepage": "https://github.com/touchvg/TouchVGCore",
6   "screenshots": "https://github.com/touchvg/TouchVGCore/raw/master/doc/images/modules.png",
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/TouchVGCore.git",
20     "tag": "v0.29"
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++0x",
30     "CLANG_CXX_LIBRARY": "libstdc++"
31   }