blob: ad536daeaa2e3f3515b9dfadc67af835501be5c1 [file] [log] [blame]
{
"name": "ShopGun-Future",
"module_name": "Future",
"version": "0.1.0",
"summary": "🕰 A simple Swift Future type",
"description": "Future is a lightweight type that expresses the idea of 'work'. \n\nIt is easily chainable, allowing you to build up complex Futures from smaller units of work.\n\nNone of the work expressed in a Future is performed until the you explicitly run it.\n\nThis library includes a number of extra wrappers around common operations, allowing them to easily chained with other futures.",
"homepage": "https://github.com/shopgun/swift-future",
"license": "MIT",
"authors": {
"Laurie Hufford": "lh@shopgun.com"
},
"social_media_url": "https://twitter.com/shopgun",
"source": {
"git": "https://github.com/shopgun/swift-future.git",
"tag": "0.1.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": [
"Sources",
"Sources/**/*.swift"
]
}