[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / 2 / 0 / Tiled / 0.1.0 / Tiled.podspec.json
blobc0d304167429d0a136d9226716f5a8501385d4e8
2   "name": "Tiled",
3   "version": "0.1.0",
4   "license": "MIT",
5   "summary": "A CATiledLayer implementation to easily view high resolution (tiled) images in a zooming UIScrollView.",
6   "description": "Everyone who has ever dealt with CATiledLayer knows it can take some time to wrap your head around it, this pod simplifies this by having a drop in TilingScrollView which you populate through the datasource to view your tiled content.\n\nAs simple as that.",
7   "authors": {
8     "Benjamin de Jager": "me@m0rph3v5.com"
9   },
10   "social_media_url": "https://twitter.com/m0rph3v5",
11   "homepage": "https://github.com/m0rph3v5/Tiled",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/m0rph3v5/Tiled.git",
17     "tag": "0.1.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "src/Tiled"
25     }
26   ]