blob: b4fe19b66e4462bbee24846b28969c84746e6f67 [file] [log] [blame]
{
"name": "RxAlamoRecord",
"version": "1.0.0",
"summary": "A short description of RxAlamoRecord.",
"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.0.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "RxAlamoRecord/Classes/**/*",
"requires_arc": true,
"dependencies": {
"AlamoRecord": [
"~> 1.2.1"
],
"RxSwift": [
"~> 4.2.0"
],
"RxCocoa": [
"~> 4.2.0"
],
"Action": [
"~> 3.6.0"
]
},
"pushed_with_swift_version": "3.0"
}