blob: 577525be425bdf1ad167e2804c5260e925526858 [file] [log] [blame]
{
"name": "Fader",
"version": "0.1.0",
"summary": "A graphical user interface for changing variables in Swift.",
"description": "Fader is a lightweight controller library for Swift heavily inspired by dat.gui.",
"homepage": "https://github.com/ryohey/Fader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ryohey": "info@codingcafe.jp"
},
"source": {
"git": "https://github.com/ryohey/Fader.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Fader/Classes/**/*",
"frameworks": "UIKit"
}