blob: 844f88c2e659dc0af2b27246537e782201c2af03 [file] [log] [blame]
{
"name": "Eventful",
"version": "0.0.1",
"summary": "A simple swift library for processing events.",
"description": " Eventful is a simple Swift-only library for handling events. A Promise<T> allows\n one to manage a one-time asynchronous event in an object-oriented manner. For\n recurring events, try Observable<T>, which allows you to tap into a stream of\n events.\n",
"homepage": "https://github.com/inlined/eventful",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Thomas Bouldin": "thomas.bouldin@gmail.com"
},
"social_media_url": "https://twitter.com/inlined",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/inlined/eventful.git",
"tag": "0.0.1"
},
"source_files": "Eventful",
"public_header_files": "Eventful/*.h",
"requires_arc": true
}