blob: 1e7bda14397d4fff43f740eec0ab50bb8879a0b3 [file] [log] [blame]
{
"name": "Gaikan",
"version": "0.5.0",
"source": {
"git": "https://github.com/akane/Gaikan.git",
"tag": "0.5.0"
},
"summary": "Declarative view styling in Swift.",
"description": "Powerful styling capabilities using a declarative DSL in Swift. Inspired by ReactJS and CSS modules.",
"homepage": "https://github.com/akane/Gaikan.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": [
"pjechris",
"akane"
],
"platforms": {
"ios": "8.0"
},
"source_files": "Gaikan/**/*.{swift}",
"requires_arc": true,
"dependencies": {
"KVOController": [
"~> 1.x"
]
}
}