blob: 76ac4d015f2bbb504a415e061baa178107b96a87 [file] [log] [blame]
{
"name": "FunctionKit",
"version": "0.1.0",
"summary": "A framework for functional types and operations designed to fit naturally into Swift.",
"description": "A framework for functional types and operations designed to fit naturally into Swift. Includes operations such as composition and currying and types such as predicates and comparators.",
"homepage": "https://github.com/mpangburn/FunctionKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mpangburn": "michaelpangburn@comcast.net"
},
"source": {
"git": "https://github.com/mpangburn/FunctionKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/**/*"
}