blob: b40c4e64ce7fc1005626c4635286ddc948c1003b [file] [log] [blame]
{
"name": "SwiftHook",
"version": "3.0.0",
"summary": "A simple and key-based callback library written in Swift.",
"description": "SwiftHook is a simple and key-based callback library written in Swift.",
"social_media_url": "https://twitter.com/vknabel",
"homepage": "https://github.com/vknabel/SwiftHook",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Valentin Knabel": "develop@vknabel.com"
},
"source": {
"git": "https://github.com/vknabel/SwiftHook.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/SwiftHook/*.swift"
}