blob: 067081c63a1c866052c670a334c75b18bc6c76c7 [file] [log] [blame]
{
"name": "TMROFutures",
"version": "0.0.2",
"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.2"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/TomorrowIdeas/TMROFutures.git",
"tag": "0.0.2"
},
"source_files": "TMROFutures/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"swift_version": "4.2"
}