blob: c5adfb476d19efa86a5b76fd9c1295c27fbc4ddc [file] [log] [blame]
{
"name": "RxSwift-SwiftyJSON",
"version": "1.0",
"summary": "SwiftyJSON bindings for RxSwift",
"description": "Easy to use SwiftyJSON in RxSwift",
"homepage": "https://github.com/psvmc/RxSwift-SwiftyJSON",
"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-SwiftyJSON.git",
"tag": "1.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/RxSwift-SwiftyJSON/*.swift",
"dependencies": {
"RxSwift": [
"~> 2.4"
],
"SwiftyJSON": [
"~> 2.3.2"
]
},
"frameworks": "Foundation"
}
]
}