blob: 78110d9c41c108ec66f1210d4c90466dbe532f81 [file] [log] [blame]
{
"name": "TMROFutures",
"version": "0.0.6",
"summary": "A simple Futures library written in Swift.",
"description": "This CocoaPods library helps you chain asynchronous calls.",
"homepage": "https://github.com/TomorrowIdeas/TMROFutures",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Benjamin Dodgson": "benji@tomorrow.me"
},
"platforms": {
"ios": "11.1"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/TomorrowIdeas/TMROFutures.git",
"tag": "0.0.6"
},
"source_files": "TMROFutures/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"swift_version": "4.2"
}