blob: d05af018be58fb6bf41c9ec30baa62d34881a191 [file] [log] [blame]
{
"name": "QBRepository",
"version": "0.4.0",
"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.4.0"
},
"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": "RxSwift",
"source_files": "Sources/RxSwift/*.swift",
"dependencies": {
"QBRepository/Core": [
],
"RxSwift": [
"~> 4.0"
]
}
}
]
}