blob: 235f147cacf9f9377b72d130ce6d83a1e89d11af [file] [log] [blame]
{
"name": "RxSwift-ObjectMapper",
"version": "1.0",
"summary": "ObjectMapper bindings for RxSwift",
"description": "Easy to use ObjectMapper in RxSwift",
"homepage": "https://github.com/psvmc/RxSwift-ObjectMapper",
"license": {
"type": "MIT",
"file": "License"
},
"authors": {
"psvmc": "183518918@qq.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/psvmc/RxSwift-ObjectMapper.git",
"tag": "1.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/RxSwift-ObjectMapper/*.swift",
"dependencies": {
"RxSwift": [
"~> 2.4"
],
"ObjectMapper": [
"~> 1.2"
]
},
"frameworks": "Foundation"
}
]
}