blob: f9f135b9ee627d7a71a65c887cb57323c37f3831 [file] [log] [blame]
{
"name": "RxCocoaNetworking",
"version": "0.2.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A Moya-inspired, RxTest-testable networking framework built on top of RxCocoa",
"homepage": "https://github.com/gobetti/RxCocoaNetworking",
"social_media_url": "https://twitter.com/mwgobetti",
"authors": {
"Marcelo Gobetti": "mwgobetti@gmail.com"
},
"source": {
"git": "https://github.com/gobetti/RxCocoaNetworking.git",
"tag": "v0.2.2"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "10.0",
"watchos": "3.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"dependencies": {
"RxCocoa": [
"~> 4.3"
]
},
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation"
}
]
}