[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / b / 3 / Modelo / 1.0.0 / Modelo.podspec.json
blobeba9e4bd057a7f0ae3d10f2323df2550136742a1
2   "name": "Modelo",
3   "version": "1.0.0",
4   "summary": "Protocol for Models & resolving references.",
5   "description": "Modelo uses the ModelType protocol and Property Wrappers for complex models with multiple references. The ModelReference PropertyWrapper allows you to quickly resolve reference synchronously and asynchronously, and uses OperationQueue to resolve references not yet fetched.",
6   "homepage": "https://github.com/erusso1/Modelo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "erusso1": "ephraim.s.russo@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/erusso1/Modelo.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "5.1",
22   "source_files": "Modelo/Classes/**/*",
23   "swift_version": "5.1"