[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / f / b / d / Infrastructure.DL / 1.0.2 / Infrastructure.DL.podspec.json
blobbb53b377c2d22964f2e9283caf0b9af60dbf77e9
2   "name": "Infrastructure.DL",
3   "version": "1.0.2",
4   "summary": "UnitOfWork and Repository pattern guidelines",
5   "description": "The repository and unit of work patterns are intended to create an abstraction layer between the data access layer and the business logic layer of an application. Implementing these patterns can help insulate our application from changes in the data store and can facilitate automated unit testing.",
6   "homepage": "https://github.com/PisinO/Infrastructure.DL",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ondrej Pisin": "ondrej.pisin@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/PisinO/Infrastructure.DL.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": "5.1",
22   "source_files": "Infrastructure.DL/Classes/**/*",
23   "dependencies": {
24     "NSPredicateObjectMapper": [
26     ]
27   },
28   "swift_version": "5.1"