blob: 0c9b3ce755f68e44a78c0668aa790c2d8cc03e8c [file] [log] [blame]
{
"name": "SwiftStylable",
"version": "1.6.1",
"summary": "Swift framework to enable project wide styles that can be used in Interface Builder.",
"description": "Swift framework to enable project wide styles that can be used in storyboards. You can predefine styles in a property list and use them in your project as well as in the interface builder.",
"homepage": "https://github.com/weareyipyip/SwiftStylable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marcel Bloemendaal": "m.bloemendaal@yipyip.nl"
},
"source": {
"git": "https://github.com/weareyipyip/SwiftStylable.git",
"tag": "1.6.1"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": [
"5.0"
],
"source_files": "Sources/SwiftStylable/Classes/**/*",
"swift_version": "5.0"
}