blob: 9bb951bede1b4816e7e22a532f05b93da2ab5e04 [file] [log] [blame]
{
"name": "Kandinsky",
"version": "1.0.1",
"summary": "Swift powered, modular, UIKit compatible storyboard replacement DSL",
"homepage": "https://github.com/mislavjavor/Kandinsky",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mislav Javor": "mislav.javor@outlook.com"
},
"source": {
"git": "https://github.com/mislavjavor/Kandinsky.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/mislavjavor",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/*.{swift}",
"frameworks": [
"UIKit",
"Foundation"
]
},
"dependencies": {
"SnapKit": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}