blob: c2377ce4f9cf72fa5f6373ba585f6dbe0fc93311 [file] [log] [blame]
{
"name": "KatanaElements",
"version": "1.0.0",
"summary": "UI Elements 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": [
"KatanaElements/**/**/*.{swift,h}"
],
"dependencies": {
"KatanaUI": [
"~> 1.0.0"
]
}
}