blob: eac90e51807a63e79c7f36f8d15fea735eb23169 [file] [log] [blame]
{
"name": "Curry",
"version": "4.0.2",
"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": "v4.0.2"
},
"source_files": "Source/**/*.{h,swift}",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
}
}