blob: bfd840ce614456c91a17cb0ea60dd347ec77865b [file] [log] [blame]
{
"name": "RxSwiftX",
"version": "0.3.7",
"summary": "A short description of RxSwiftX.",
"homepage": "https://github.com/Pircate/RxSwiftX",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pircate": "gao497868860@163.com"
},
"source": {
"git": "https://github.com/Pircate/RxSwiftX.git",
"tag": "0.3.7"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
]
},
"swift_version": "4.1",
"subspecs": [
{
"name": "Core",
"source_files": [
"RxSwiftX/Classes/Swift/",
"RxSwiftX/Classes/Cocoa/"
]
},
{
"name": "DataSources",
"source_files": "RxSwiftX/Classes/DataSources/",
"dependencies": {
"RxDataSources": [
]
}
},
{
"name": "Network",
"source_files": "RxSwiftX/Classes/Network/",
"dependencies": {
"Moya/RxSwift": [
],
"Cache": [
]
}
},
{
"name": "MJRefresh",
"source_files": "RxSwiftX/Classes/MJRefresh/",
"dependencies": {
"MJRefresh": [
]
}
}
]
}