blob: 3e53e59a5f663eb25ccf4351085a471ab21320af [file] [log] [blame]
{
"name": "QBRepository",
"version": "0.6.1",
"summary": "QBRepository is a simple implementation of the repository pattern for data access in Swift.",
"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.",
"homepage": "https://github.com/quickbirdstudios/QBRepository",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stefan Kofler": "stefan.kofler@quickbirdstudios.com"
},
"source": {
"git": "https://github.com/quickbirdstudios/QBRepository.git",
"tag": "0.6.1"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/*.swift",
"frameworks": "Foundation"
},
{
"name": "Realm",
"source_files": "Sources/Realm/*.swift",
"dependencies": {
"QBRepository/Core": [
],
"RealmSwift": [
"~> 3.0"
]
}
},
{
"name": "FileSystem",
"source_files": "Sources/FileSystem/*.swift",
"dependencies": {
"QBRepository/Core": [
]
}
},
{
"name": "CoreData",
"source_files": "Sources/CoreData/*.swift",
"dependencies": {
"QBRepository/Core": [
]
}
},
{
"name": "RxSwift",
"source_files": "Sources/RxSwift/*.swift",
"dependencies": {
"QBRepository/Core": [
],
"RxSwift": [
"~> 4.0"
]
}
}
]
}