blob: 6506252ea1957b1a9134df4db0524e6b373a0ae0 [file] [log] [blame]
{
"name": "KatanaUI",
"version": "1.0.0",
"summary": "UI for Katana",
"description": "Katana is a modern Swift framework for writing iOS apps, strongly inspired by [React](https://facebook.github.io/react/) and [Redux](http://redux.js.org/), that gives structure to all the aspects of your app.\n\nKatanaElements include UI elements to be used with the Katana framework and allow you to easily get started",
"homepage": "https://github.com/BendingSpoons/katana-ui-swift.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bending Spoons": "team@bendingspoons.com"
},
"source": {
"git": "https://github.com/BendingSpoons/katana-ui-swift.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/katana_swift",
"platforms": {
"ios": "8.3"
},
"source_files": "KatanaUI/**/**/*.{swift,h}",
"dependencies": {
"Katana": [
"~> 1.0"
]
}
}