blob: 43b0ccb2edb2acf61a45c66f4c459b835e5e3530 [file] [log] [blame]
{
"name": "SwiftStepProgress",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A step progress view written in Swift",
"homepage": "http://applicodo.com",
"social_media_url": "https://twitter.com/cyupa89",
"authors": {
"Ciprian Redinciuc": "ciprian@applicodo.com"
},
"source": {
"git": "https://github.com/cyupa/SwiftStepProgressView.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"swift_versions": [
"3.2",
"4.0",
"4.2",
"5.0",
"5.0"
],
"default_subspecs": "Core",
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
]
}
]
}