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