blob: 063506185e0961118bb6917473199c74971a54c5 [file] [log] [blame]
{
"name": "TouchVG",
"version": "1.1.10",
"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": "6.0"
},
"source": {
"git": "https://github.com/touchvg/TouchVG.git",
"tag": "v1.1.10"
},
"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": [
"~> 0.29"
]
}
}