blob: 23ef28b98bd40e72c83e18f0fe669236f9d38a9e [file] [log] [blame]
{
"name": "Stylist",
"version": "0.3.0",
"swift_versions": "5.0",
"summary": "Define UI styles in a hot-loadable external yaml or json file",
"homepage": "http://github.com/yonaskolb/Stylist",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yonas Kolb": "yonas4596@hotmail.com"
},
"social_media_url": "https://twitter.com/yonaskolb",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/yonaskolb/Stylist.git",
"tag": "0.3.0"
},
"source_files": "Stylist/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"Yams": [
"~> 2.0.0"
],
"KZFileWatchers": [
"~> 1.0.6"
]
},
"swift_version": "5.0"
}