blob: 3dbd7f892904a50d1b8c48049fcf5048ffb72af2 [file] [log] [blame]
{
"name": "Attendant",
"version": "0.1.0",
"summary": "Swift µFramework for associated objects and blocks.",
"description": " Simple Swift utilities for associated objects and blocks.\n\n * Type-safe wrappers for associated object keys\n * Bridge Swift closures back into Objective-C\n * Modern equivalent for `-performSelector:withObject:afterDelay:`\n",
"homepage": "https://github.com/zwaldowski/Attendant",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zachary Waldowski": "zach@waldowski.me"
},
"social_media_url": "http://twitter.com/zwaldowski",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/zwaldowski/Attendant.git",
"tag": "v0.1.0"
},
"source_files": [
"Attendant/*.swift",
"Attendant/Debounce.{h,m}"
],
"deprecated": true
}