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