blob: 235e63cc33540f8f3d8acff27644159862bd5a0a [file] [log] [blame]
{
"name": "RxAlamoRecord",
"version": "1.2.1",
"summary": "An elegant Reactive wrapper around AlamoRecord.",
"description": "RxAlamoRecord combines the power of the AlamoRecord and RxSwift libraries to create a networking layer that makes interacting with API's easier than ever reactively.",
"homepage": "https://github.com/Daltron/RxAlamoRecord",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daltron": "daltonhint4@gmail.com"
},
"source": {
"git": "https://github.com/Daltron/RxAlamoRecord.git",
"tag": "1.2.1"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "RxAlamoRecord/Classes/**/*",
"requires_arc": true,
"dependencies": {
"AlamoRecord": [
"~> 1.3.1"
],
"RxSwift": [
"~> 4.3.1"
],
"RxCocoa": [
"~> 4.3.1"
],
"Action": [
"~> 3.8.0"
]
}
}