blob: 07d121feb58a4ea5fd6e45ea37a31746787c74ce [file] [log] [blame]
{
"name": "Prelude",
"version": "1.2",
"summary": "Swift µframework of simple functional programming tools",
"homepage": "https://github.com/robrix/Prelude",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rob Rix": "rob.rix@github.com"
},
"source": {
"git": "https://github.com/robrix/Prelude.git",
"tag": "1.2"
},
"source_files": "Prelude/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true
}