blob: 59d9650dad340833d6b14191caa0e3f487317a88 [file] [log] [blame]
{
"name": "TouchVG",
"version": "1.1.11",
"summary": "A lightweight 2D vector drawing framework for iOS.",
"homepage": "https://github.com/touchvg/TouchVG",
"screenshots": "https://github.com/touchvg/TouchVG/raw/develop/doc/images/iphone1.png",
"license": {
"type": "LGPL",
"file": "LICENSE.md"
},
"authors": {
"Zhang Yungui": "rhcad@hotmail.com"
},
"social_media_url": "http://weibo.com/rhcad",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/touchvg/TouchVG.git",
"tag": "v1.1.11"
},
"source_files": [
"ios",
"ios/**/*.{h,m,mm}"
],
"exclude_files": "ios/TouchVG",
"public_header_files": "ios/include/*.h",
"frameworks": [
"UIKit",
"QuartzCore",
"CoreGraphics",
"Foundation"
],
"requires_arc": true,
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "gnu++0x",
"CLANG_CXX_LIBRARY": "libstdc++",
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/Headers/TouchVGCore"
},
"dependencies": {
"TouchVGCore": [
"~> 1.0.33"
]
}
}