[Add] FirebaseUI 15.0.0
[CocoaPods.git] / Specs / 1 / a / b / QBRepository / 0.6.3 / QBRepository.podspec.json
blobb69c68b47e43303b42175c1207dab1e9d28ac3a7
2   "name": "QBRepository",
3   "version": "0.6.3",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stefan Kofler": "stefan.kofler@quickbirdstudios.com"
13   },
14   "source": {
15     "git": "https://github.com/quickbirdstudios/QBRepository.git",
16     "tag": "0.6.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.0",
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/*.swift",
27       "frameworks": "Foundation"
28     },
29     {
30       "name": "Realm",
31       "source_files": "Sources/Realm/*.swift",
32       "dependencies": {
33         "QBRepository/Core": [
35         ],
36         "RealmSwift": [
37           "~> 3.0"
38         ]
39       }
40     },
41     {
42       "name": "FileSystem",
43       "source_files": "Sources/FileSystem/*.swift",
44       "dependencies": {
45         "QBRepository/Core": [
47         ]
48       }
49     },
50     {
51       "name": "CoreData",
52       "source_files": "Sources/CoreData/*.swift",
53       "dependencies": {
54         "QBRepository/Core": [
56         ]
57       }
58     },
59     {
60       "name": "RxSwift",
61       "source_files": "Sources/RxSwift/*.swift",
62       "dependencies": {
63         "QBRepository/Core": [
65         ],
66         "RxSwift": [
67           "~> 4.0"
68         ]
69       }
70     }
71   ]