blob: 110cbcc02e558ca5df936c56421ca1046e5b6823 [file] [log] [blame]
{
"name": "SwiftFP",
"platforms": {
"ios": "8.0"
},
"swift_versions": "4.2",
"summary": "Utility data structures for functional programming in Swift.",
"requires_arc": true,
"version": "1.1.0",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"Hai Pham": "swiften.svc@gmail.com"
},
"homepage": "https://github.com/protoman92/SwiftFP.git",
"source": {
"git": "https://github.com/protoman92/SwiftFP.git",
"tag": "1.1.0"
},
"swift_version": "4.2",
"subspecs": [
{
"name": "Main",
"source_files": "SwiftFP/**/*.{swift}"
}
]
}