blob: fe79400953a51e8d8ab3a2758ecdfc0b78e0308f [file] [log] [blame]
{
"name": "TweenController",
"version": "0.2.0",
"summary": "A pure Swift toolkit for creating interactive menus and tutorials",
"platforms": {
"ios": "8.0"
},
"description": "On the surface, TweenController makes it easy to build interactive menus and tutorials. Under the hood, it's a simple but powerful toolkit to interpolate between values that are Tweenable.",
"homepage": "https://github.com/daltonclaybrook/tween-controller",
"screenshots": "https://raw.githubusercontent.com/daltonclaybrook/tween-controller/master/example.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dalton Claybrook": "daltonclaybrook@gmail.com"
},
"social_media_url": "http://twitter.com/daltonclaybrook",
"source": {
"git": "https://github.com/daltonclaybrook/tween-controller.git",
"tag": "0.2.0"
},
"source_files": [
"TweenController/*.swift",
"TweenController/TweenController.h"
],
"public_header_files": [
"TweenController/TweenController.h"
],
"requires_arc": true
}