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