blob: e8896b02699a5a4d2466deb6efb36f541d9b754d [file] [log] [blame]
{
"name": "StepView",
"swift_version": "4.2",
"version": "1.0.5",
"summary": "Convenient way to create a screen with a few steps.",
"homepage": "http://github.com/vladislovshilov/StepView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vladislav Shilov": "vladislov.shilov@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/vladislovshilov/StepView.git",
"tag": "1.0.5"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}