blob: 4f397393e7e15b96c3b92185b9efe2d5e0c713f1 [file] [log] [blame]
{
"name": "GlueKit",
"version": "0.1.0-alpha.1",
"platforms": {
"ios": "9.3",
"osx": "10.11",
"tvos": "10.0",
"watchos": "3.0"
},
"summary": "Type-safe observable values and collections in Swift",
"authors": "Károly Lőrentey",
"homepage": "https://github.com/lorentey/GlueKit",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"source": {
"git": "https://github.com/lorentey/GlueKit.git",
"tag": "v0.1.0-alpha.1"
},
"source_files": "Sources/*.swift",
"social_media_url": "https://twitter.com/lorentey",
"dependencies": {
"BTree": [
"~> 4.0"
],
"SipHash": [
"~> 1.0"
]
},
"pushed_with_swift_version": "3.0.1"
}