blob: 62b077f8d7448f1affc64b84f8a5ed6a637f42f8 [file] [log] [blame]
{
"name": "Future.swift",
"version": "0.0.1",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/luoxiu/Future.swift",
"authors": {
"Quentin Jin": "jianstm@gmail.com"
},
"summary": "Future.swift is an implementation of futures and promises for Swift.",
"source": {
"git": "https://github.com/luoxiu/Future.swift.git",
"tag": "0.0.1"
},
"source_files": "Sources/Future/**/*.swift",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"swift_version": "5.0"
}