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