[Add] NeuroID 3.4.1
[CocoaPods.git] / Specs / 0 / 6 / 4 / Yakka / 0.4.0 / Yakka.podspec.json
blob3729dc8c468bd8d5ae9833878323eb100469c3d5
2   "name": "Yakka",
3   "version": "0.4.0",
4   "summary": "A toolkit for coordinating the doing of stuff",
5   "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",
6   "homepage": "https://github.com/KieranHarper/Yakka",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kieran Harper": "kieranjharper@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/KieranHarper/Yakka.git",
16     "tag": "0.4.0"
17   },
18   "social_media_url": "https://twitter.com/KieranTheTwit",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Yakka/Classes/**/*",
23   "frameworks": "Foundation",
24   "pushed_with_swift_version": "3.0"