blob: 029a551335cdc6c301907f9ffbf554a4da742199 [file] [log] [blame]
{
"name": "Yakka",
"version": "0.1.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.1.0"
},
"social_media_url": "https://twitter.com/KieranTheTwit",
"platforms": {
"ios": "8.0"
},
"source_files": "Yakka/Classes/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0"
}