[Add] MixedObject 1.0.0
[CocoaPods.git] / Specs / 3 / c / 6 / TMROFutures / 0.0.1 / TMROFutures.podspec.json
blob5572899f3d8b5f7b46d11d5cbb687b5e1456d1da
2   "name": "TMROFutures",
3   "version": "0.0.1",
4   "summary": "A simple Futures library written in Swift.",
5   "description": "This CocoaPods library helps you chain asynchronous calls.",
6   "homepage": "https://github.com/TomorrowIdeas/TMROFutures",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Benjamin Dodgson": "benji@tomorrow.me"
13   },
14   "platforms": {
15     "ios": "12.1"
16   },
17   "swift_versions": "4.2",
18   "source": {
19     "git": "https://github.com/TomorrowIdeas/TMROFutures.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "TMROFutures/**/*.{h,m,swift}",
23   "exclude_files": "Classes/Exclude",
24   "swift_version": "4.2"