blob: b14918f8cdc7f63000aa9abcd85059d0cb16ca0f [file] [log] [blame]
{
"name": "SwiftStylable",
"version": "1.6.4",
"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.4"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": [
"5.0"
],
"source_files": "Sources/SwiftStylable/Classes/**/*",
"swift_version": "5.0"
}