[Add] DingRTC_iOS 3.5.0
[CocoaPods.git] / Specs / c / 7 / 0 / SKTiled / 1.15 / SKTiled.podspec.json
blob7901cea45eaa787fa88352e74e9d00e8ce45d821
2   "name": "SKTiled",
3   "version": "1.15",
4   "summary": "SKTiled is a framework for using Tiled content with Apple's SpriteKit.",
5   "description": "SKTiled is a framework for using Tiled content with Apple's SpriteKit, allowing the creation of game assets from .tmx files.",
6   "authors": {
7     "Michael Fessenden": "michael.fessenden@gmail.com"
8   },
9   "homepage": "https://github.com/mfessenden/SKTiled",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE.md"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.11"
17   },
18   "source": {
19     "git": "https://github.com/mfessenden/SKTiled.git",
20     "tag": "1.15"
21   },
22   "source_files": "Sources/*.swift",
23   "requires_arc": true,
24   "libraries": "z",
25   "preserve_paths": "zlib/*",
26   "pod_target_xcconfig": {
27     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SKTiled/zlib"
28   },
29   "pushed_with_swift_version": "3.1"