[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 9 / e / b / LibTessSwift / 0.6.2 / LibTessSwift.podspec.json
blobade9e43d232121fff41592785107945c078e89af
2   "name": "LibTessSwift",
3   "version": "0.6.2",
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.6.2"
17   },
18   "social_media_url": "https://twitter.com/LuizZak",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "xcconfig": {
23     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/LibTessSwift/libtess2/**"
24   },
25   "pod_target_xcconfig": {
26     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/LibTessSwift/libtess2/**"
27   },
28   "source_files": "LibTessSwift/**/*{swift,h,c}",
29   "pushed_with_swift_version": "3.0"