blob: e03d00302567e43b7465804a8a2c12b707d58f05 [file] [log] [blame]
{
"name": "LlamaKit",
"version": "0.5.0",
"summary": "Collection of must-have functional Swift tools.",
"description": "Collection of must-have functional tools. Trying to be as lightweight as possible, hopefully providing a simple foundation that more advanced systems can build on. LlamaKit is very Cocoa-focused. It is designed to work with common Cocoa paradigms, use names that are understandable to Cocoa devs, integrate with Cocoa tools like GCD, and in general strive for a low-to-modest learning curve for devs familiar with ObjC and Swift rather than Haskell and ML.",
"homepage": "https://github.com/LlamaKit/LlamaKit",
"license": "MIT",
"authors": {
"Rob Napier": "robnapier@gmail.com"
},
"social_media_url": "https://twitter.com/cocoaphony",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/LlamaKit/LlamaKit.git",
"tag": "v0.5.0"
},
"source_files": "LlamaKit/*.swift",
"requires_arc": true
}