[Add] FirebaseUI 15.0.0
[CocoaPods.git] / Specs / 1 / a / b / QBRepository / 0.5.0 / QBRepository.podspec.json
blobcf9d6919e14fb552da0246db4799b295da40ed45
2   "name": "QBRepository",
3   "version": "0.5.0",
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.5.0"
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": "RxSwift",
43       "source_files": "Sources/RxSwift/*.swift",
44       "dependencies": {
45         "QBRepository/Core": [
47         ],
48         "RxSwift": [
49           "~> 4.0"
50         ]
51       }
52     }
53   ]