[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 9 / e / b / LibTessSwift / 0.6.3 / LibTessSwift.podspec.json
blob9f271c6b6362958b2f4d8540a930d0d03fbb4a80
2   "name": "LibTessSwift",
3   "version": "0.6.3",
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.3"
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"