blob: a4c7a0c6ee371d671381f39220b8dd20af791d12 [file] [log] [blame]
{
"name": "Funky",
"version": "0.1.1",
"license": {
"type": "WTFPL",
"file": "LICENSE.md"
},
"summary": "Functional programming tools and experiments (in Swift). Lots of functions.",
"authors": {
"bryn austin bellomy": "bryn.bellomy@gmail.com"
},
"homepage": "https://github.com/brynbellomy/Funky",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": [
"src/*.swift",
"src/**/*.swift"
],
"requires_arc": true,
"dependencies": {
"LlamaKit": [
"0.1.1"
]
},
"source": {
"git": "https://github.com/brynbellomy/Funky.git",
"tag": "0.1.1"
}
}