blob: 08eaf7f0b5d987f8d17b8ca98dc3fd2baf4c23f4 [file] [log] [blame]
{
"name": "LlamaKit",
"version": "0.1.1",
"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": "http://twitter.com/cocoaphony",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/Carthage/LlamaKit.git",
"tag": "carthage-0.1.1"
},
"source_files": "LlamaKit/*.swift",
"requires_arc": true
}