blob: fae52d5580247314b2320f78c50bf5003af30765 [file] [log] [blame]
{
"name": "Curry",
"version": "1.0.0",
"summary": "Function Currying for Swift",
"homepage": "https://github.com/thoughtbot/curry",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gordon Fontenot": "gordon@thoughtbot.com",
"thoughtbot": null
},
"social_media_url": "http://twitter.com/thoughtbot",
"source": {
"git": "https://github.com/thoughtbot/curry.git",
"tag": "v1.0.0"
},
"source_files": "Source/**/*.{h,swift}",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
}
}