[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / e / b / LibTessSwift / 0.7.0 / LibTessSwift.podspec.json
blobb695edb91302bd84997598c8edc5e6e955823f71
2   "name": "LibTessSwift",
3   "version": "0.7.0",
4   "summary": "A Tesselation/Triangulation Library Written in Swift.",
5   "description": "A Tesselation/triangulation library for Swift.\n\nBased on LibTess2 (https://github.com/memononen/Libtess2), with a nice Swift wrapper API on top.",
6   "homepage": "https://github.com/LuizZak/LibTessSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LuizZak": "luizinho_mack@yahoo.com.br"
13   },
14   "source": {
15     "git": "https://github.com/LuizZak/LibTessSwift.git",
16     "tag": "0.7.0"
17   },
18   "social_media_url": "https://twitter.com/LuizZak",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10"
22   },
23   "xcconfig": {
24     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/LibTessSwift/libtess2/**"
25   },
26   "pod_target_xcconfig": {
27     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/LibTessSwift/libtess2/**"
28   },
29   "source_files": "LibTessSwift/**/*{swift,h,c}",
30   "pushed_with_swift_version": "3.0"