[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 5 / a / LlamaKit / 0.6.0 / LlamaKit.podspec.json
blob74679113f67d0fe5d47c90d36460a9d608587640
2   "name": "LlamaKit",
3   "version": "0.6.0",
4   "summary": "Collection of must-have functional Swift tools.",
5   "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.",
6   "homepage": "https://github.com/LlamaKit/LlamaKit",
7   "license": "MIT",
8   "authors": {
9     "Rob Napier": "robnapier@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/cocoaphony",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.10"
15   },
16   "source": {
17     "git": "https://github.com/LlamaKit/LlamaKit.git",
18     "tag": "v0.6.0"
19   },
20   "source_files": "LlamaKit/*.swift",
21   "requires_arc": true