blob: e83a303f036c8cfbd433f016c959456f60b8d9b1 [file] [log] [blame]
{
"name": "FSwift",
"swift_versions": [
"5.0"
],
"version": "3.0.0",
"license": {
"type": "BSD"
},
"homepage": "https://github.com/kperson/FSwift",
"authors": "Kelton Person",
"summary": "functional programming library for Swift",
"source": {
"git": "https://github.com/kperson/FSwift.git",
"tag": "v3.0.0"
},
"source_files": "FSwift/**/*.{swift}",
"requires_arc": true,
"platforms": {
"ios": "10.0",
"watchos": "3.0"
},
"swift_version": "5.0"
}