blob: 8f6c22bab879e588d371f9018db350691fc14b9c [file] [log] [blame]
{
"name": "Overture",
"version": "0.5.0",
"summary": "A library for function composition.",
"description": "A library for function composition.\n\nOverture is a collection of functions for building programs with functions.",
"homepage": "https://github.com/pointfreeco/swift-overture",
"license": "MIT",
"authors": {
"Stephen Celis": "stephen@stephencelis.com",
"Brandon Williams": "mbw234@gmail.com"
},
"social_media_url": "https://twitter.com/pointfreeco",
"source": {
"git": "https://github.com/pointfreeco/swift-overture.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": [
"Sources",
"Sources/**/*.swift"
]
}