blob: 4dc1acb3b22b4c23e2e890c8d18402a2d0cd0ffe [file] [log] [blame]
{
"name": "LibTessSwift",
"version": "0.6.0",
"summary": "A Tesselation/Triangulation Library Written in Swift.",
"description": "A Tesselation/triangulation library for Swift.\n\nBased on LibTess2 (https://github.com/memononen/Libtess2), with a nice Swift wrapper API on top.",
"homepage": "https://github.com/LuizZak/LibTessSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LuizZak": "luizinho_mack@yahoo.com.br"
},
"source": {
"git": "https://github.com/LuizZak/LibTessSwift.git",
"tag": "0.6.0"
},
"social_media_url": "https://twitter.com/LuizZak",
"platforms": {
"ios": "8.0"
},
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/LibTessSwift/libtess2/**"
},
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/LibTessSwift/libtess2/**"
},
"source_files": "LibTessSwift/**/*{swift,h,c}",
"pushed_with_swift_version": "3.0"
}