blob: 2b4a8aa4e74b09237e9edc3f1dca4a7c6d618b5b [file] [log] [blame]
{
"name": "SignalKit",
"version": "4.0.0",
"summary": "SignalKit is a type safe event and binding Swift framework",
"description": "SignalKit is a type safe event and binding Swift framework with great focus on clean and readable API",
"homepage": "https://github.com/yankodimitrov/SignalKit",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Yanko Dimitrov": "https://twitter.com/_yankodimitrov"
},
"social_media_url": "https://twitter.com/_yankodimitrov",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yankodimitrov/SignalKit.git",
"tag": "v4.0.0"
},
"source_files": [
"SignalKit",
"SignalKit/Protocols",
"SignalKit/Utilities",
"SignalKit/Extensions",
"SignalKit/Extensions/UIKit"
],
"requires_arc": true
}