[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / e / 5 / CompositionalLayoutViewControllerFetchableExtension / 0.1.0 / CompositionalLayoutViewControllerFetchableExtension.podspec.json
blob32ecb21e32c5b45bdd03951a78ad560e3435daac
2   "name": "CompositionalLayoutViewControllerFetchableExtension",
3   "version": "0.1.0",
4   "summary": "Extensions for CompositionalLayoutViewController with VIPER",
5   "swift_versions": "5.5",
6   "description": "Some extensions for CompositionalLayoutViewController with VIPER.",
7   "homepage": "https://github.com/0x0c/CompositionalLayoutViewControllerFetchableExtension",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Akira": "akira.matsuda@me.com"
14   },
15   "source": {
16     "git": "https://github.com/0x0c/CompositionalLayoutViewControllerFetchableExtension.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "13.0"
21   },
22   "frameworks": "UIKit",
23   "dependencies": {
24     "CompositionalLayoutViewControllerExtension": [
25       ">= 0.1.1"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "SwiftConcurrency",
31       "source_files": "Sources/SwiftConcurrency/*"
32     },
33     {
34       "name": "Promises",
35       "source_files": "Sources/Promises/*",
36       "dependencies": {
37         "PromisesSwift": [
38           ">= 2.0.0"
39         ]
40       }
41     }
42   ],
43   "swift_version": "5.5"