blob: 80c5871c8c08d3f7044f991e7a059ffcb0121d80 [file] [log] [blame]
{
"name": "RxClassKit",
"version": "1.0.0",
"summary": "Rx Wrapper for ClassKit Framework.",
"homepage": "https://github.com/satishbabariya/RxClassKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Satish Babariya": "satish.babariya@gmail.com"
},
"source": {
"git": "https://github.com/satishbabariya/RxClassKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.4"
},
"source_files": "RxClassKit.swift",
"static_framework": true,
"cocoapods_version": ">= 1.4.0",
"swift_version": "4.0",
"dependencies": {
"RxSwift": [
"~> 4"
],
"RxCocoa": [
"~> 4"
]
},
"frameworks": [
"Foundation",
"ClassKit"
]
}