[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 6 / e / MBTileParser / 2.0.0 / MBTileParser.podspec.json
bloba312c3b81dcf560e50b813ab86d3748700170c25
2   "name": "MBTileParser",
3   "version": "2.0.0",
4   "summary": "A UIKit based game engine for iOS.",
5   "description": "\tLook Ma, a game engine! Running on UIKit! MBTileParser is a small game engine that supports loading TMX files and TexturePacker files directly into UIKit.\n",
6   "homepage": "https://github.com/MosheBerman/MBTileParser",
7   "screenshots": [
8     "https://raw.githubusercontent.com/MosheBerman/MBTileParser/master/screenshots/walking.png",
9     "https://raw.githubusercontent.com/MosheBerman/MBTileParser/master/screenshots/with-dialog.png"
10   ],
11   "authors": {
12     "Moshe Berman": "moshberm@gmail.com"
13   },
14   "license": "MIT",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/MosheBerman/MBTileParser.git",
20     "tag": "2.0.0"
21   },
22   "source_files": [
23     "Classes",
24     "TileParser/MBGameEngine/**/*.{h,m}"
25   ],
26   "requires_arc": true