blob: 71d6846e1900c86cf0f7e4a4def383187d2b8e6a [file] [log] [blame]
{
"name": "LambdaUI",
"version": "1.1.0",
"summary": "Closure driven event handling framework with easy event management and intuitive GCD async support",
"description": "Event handling with closures and Grand Central Dispatch ( GCD ) asynchronous ( async ) support. Allows easy event stacking and removal as well as event management.",
"homepage": "https://github.com/mislavjavor/LambdaUI",
"license": "MIT",
"authors": {
"Mislav Javor": "mislav.javor@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mislavjavor/LambdaUI.git",
"tag": "1.1.0"
},
"source_files": "Source/**/*.swift"
}