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