blob: c4a775345438f987854f377fc88f9e296f38c4b4 [file] [log] [blame]
{
"name": "TouchVG",
"version": "1.1.15.41",
"summary": "A lightweight 2D vector drawing framework for iOS.",
"homepage": "https://github.com/touchvg/vgios",
"screenshots": "http://touchvg.github.io/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/vgios.git",
"tag": "v1.1.15.41"
},
"ios": {
"source_files": [
"include/*.h",
"src/*.{h,m,mm}"
]
},
"public_header_files": "include/*.h",
"frameworks": [
"UIKit",
"QuartzCore",
"CoreGraphics",
"Foundation"
],
"requires_arc": true,
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "gnu++11",
"CLANG_CXX_LIBRARY": "libc++",
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/Headers/TouchVGCore"
},
"resources": "TouchVG.bundle",
"dependencies": {
"TouchVGCore": [
"~> 1.0.41"
]
}
}