blob: da06e5678bae3dda0811bdc18579b66b47cb0889 [file] [log] [blame]
{
"name": "Stylist",
"version": "0.2.1",
"swift_version": "4.1",
"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.2.1"
},
"source_files": "Stylist/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"Yams": [
"~> 1.0.0"
],
"KZFileWatchers": [
"~> 1.0.5"
]
}
}