blob: 12f21deaa414b044e82c1df1672154b1762e4bb9 [file] [log] [blame]
{
"name": "SwiftHook",
"version": "2.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": "2.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/SwiftHook/*.swift"
}