blob: 25bc29baf0d9391fa379ce859e9a20ae4fef4509 [file] [log] [blame]
{
"name": "DEInfiniteTileMarqueeView",
"version": "0.0.1",
"homepage": "https://github.com/dreamengine/DEInfiniteTileMarqueeView",
"authors": {
"Dream Engine Interactive, Inc.": "contact@dreamengine.com"
},
"social_media_url": "https://twitter.com/dreamengine",
"summary": "Scroll a tiled image forever and ever.",
"description": "DEInfiniteTileMarqueeView is a self-contained widget that takes an image, tiles it horizontally, and makes the tiles scroll forever. Great for futuristic UI effects (or a marquee screensaver). Both IB and programmatic friendly.",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"source": {
"git": "https://github.com/dreamengine/DEInfiniteTileMarqueeView.git",
"tag": "0.0.1"
},
"source_files": "src/*.{h,m}",
"license": {
"type": "MIT",
"file": "LICENSE"
}
}