blob: a29c77ec3559a297ea96f7fdf97eedbf763309d6 [file] [log] [blame]
{
"name": "SignalKit",
"version": "2.0.0",
"summary": "SignalKit is a type safe event and binding 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": "yanko@yankodimitrov.com"
},
"social_media_url": "https://twitter.com/_yankodimitrov",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yankodimitrov/SignalKit.git",
"tag": "v2.0.0"
},
"source_files": [
"SignalKit",
"SignalKit/Observables",
"SignalKit/Observables/ArrayEventStrategies",
"SignalKit/Protocols",
"SignalKit/Utilities",
"SignalKit/Extensions",
"SignalKit/Extensions/UIKit"
],
"requires_arc": true
}