blob: c0d304167429d0a136d9226716f5a8501385d4e8 [file] [log] [blame]
{
"name": "Tiled",
"version": "0.1.0",
"license": "MIT",
"summary": "A CATiledLayer implementation to easily view high resolution (tiled) images in a zooming UIScrollView.",
"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.",
"authors": {
"Benjamin de Jager": "me@m0rph3v5.com"
},
"social_media_url": "https://twitter.com/m0rph3v5",
"homepage": "https://github.com/m0rph3v5/Tiled",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/m0rph3v5/Tiled.git",
"tag": "0.1.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "src/Tiled"
}
]
}