blob: ee5ad6cf1b7b01e4e2cd939754a36f5fbfeccf99 [file] [log] [blame]
{
"name": "Curry",
"version": "5.0.0",
"summary": "Function Currying for Swift",
"homepage": "https://github.com/thoughtbot/curry",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gordon Fontenot": "gordon@fonten.io",
"thoughtbot": null
},
"social_media_url": "http://twitter.com/thoughtbot",
"source": {
"git": "https://github.com/thoughtbot/curry.git",
"tag": "v5.0.0"
},
"source_files": "Source/**/*.{h,swift}",
"requires_arc": true,
"swift_versions": [
3.0,
4.0,
5.0
],
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"swift_version": "5.0"
}