blob: 5c500e7e581894a4745d97a918dfed742e670edf [file] [log] [blame]
{
"name": "TMROFutures",
"version": "0.0.5",
"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.5"
},
"source_files": "TMROFutures/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"swift_version": "4.2"
}