blob: 74679113f67d0fe5d47c90d36460a9d608587640 [file] [log] [blame]
{
"name": "LlamaKit",
"version": "0.6.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.6.0"
},
"source_files": "LlamaKit/*.swift",
"requires_arc": true
}