blob: 8b4a2231680a9db8f40daf6bbae3a3226746638d [file] [log] [blame]
{
"name": "StepView",
"swift_version": "4.2",
"version": "1.0.3",
"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.3"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}