blob: 3729dc8c468bd8d5ae9833878323eb100469c3d5 [file] [log] [blame]
{
"name": "Yakka",
"version": "0.4.0",
"summary": "A toolkit for coordinating the doing of stuff",
"description": "Yakka is designed for throwaway code you just need run asynchronously in the background, as well as for creating reusable task classes that encapsulate less trivial processes",
"homepage": "https://github.com/KieranHarper/Yakka",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kieran Harper": "kieranjharper@gmail.com"
},
"source": {
"git": "https://github.com/KieranHarper/Yakka.git",
"tag": "0.4.0"
},
"social_media_url": "https://twitter.com/KieranTheTwit",
"platforms": {
"ios": "8.0"
},
"source_files": "Yakka/Classes/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0"
}