blob: 861e2c0de9f7f344af0de481ecefa793aeef3825 [file] [log] [blame]
{
"name": "ftl",
"version": "0.1.0",
"summary": "Foundation TooLkit for Faster-Than-Light development.",
"description": "ftl is a Swift programming toolkit that aims to provide high-quality, well-tested implementations of common algorithms, concepts, abstractions and patterns.",
"homepage": "https://github.com/ftlkit/ftl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ivan Moskalev": "iv.s.moskalev@gmail.com"
},
"source": {
"git": "https://github.com/ftlkit/ftl.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "lib/**/*.swift",
"exclude_files": "lib/**/*.tests.swift",
"frameworks": "Foundation",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "lib/**/*.tests.swift"
}
]
}