blob: 74e2055ea86546336264b8994b073111e80c045e [file] [log] [blame]
{
"name": "KatanaElements",
"version": "0.7.2",
"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-swift.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bending Spoons": "team@bendingspoons.com"
},
"source": {
"git": "https://github.com/BendingSpoons/katana-swift.git",
"tag": "0.7.2"
},
"social_media_url": "https://twitter.com/katana_swift",
"platforms": {
"ios": "8.3",
"osx": "10.10"
},
"source_files": [
"KatanaElements/**/*.{swift,h}"
],
"dependencies": {
"Katana": [
"~> 0.7.2"
]
},
"ios": {
"exclude_files": "KatanaElements/macOS/**/*"
},
"osx": {
"exclude_files": "KatanaElements/iOS/**/*"
},
"pushed_with_swift_version": "3.0"
}