blob: ff3314e46139e943b3dc8951fe389903b711a5e3 [file] [log] [blame]
{
"name": "RxSwift-ObjectMapper",
"version": "1.1",
"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"
},
"source": {
"git": "https://github.com/psvmc/RxSwift-ObjectMapper.git",
"tag": "1.1"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": "true",
"source_files": "RxAlamofireDemo_Swift/Lib/Lib-Swift/RxSwift-ObjectMapper/*.swift",
"dependencies": {
"RxSwift": [
"~> 3.0"
],
"ObjectMapper": [
"~> 2.2"
]
},
"frameworks": "Foundation"
}