2 "name": "QBRepository",
4 "summary": "QBRepository is a simple implementation of the repository pattern for data access in Swift.",
5 "description": "QBRepository is a simple implementation of the repository pattern for data access in Swift, with a default wrapper for Realm und reactive extensions for RxSwift.",
6 "homepage": "https://github.com/quickbirdstudios/QBRepository",
12 "Stefan Kofler": "stefan.kofler@quickbirdstudios.com"
15 "git": "https://github.com/quickbirdstudios/QBRepository.git",
21 "swift_version": "4.0",
22 "default_subspecs": "Core",
26 "source_files": "Sources/*.swift",
27 "frameworks": "Foundation"
31 "source_files": "Sources/Realm/*.swift",
33 "QBRepository/Core": [
43 "source_files": "Sources/FileSystem/*.swift",
45 "QBRepository/Core": [
52 "source_files": "Sources/CoreData/*.swift",
54 "QBRepository/Core": [
61 "source_files": "Sources/RxSwift/*.swift",
63 "QBRepository/Core": [