[Add] MapboxCommon 24.10.0-daily-2024-12-24-04-25
[CocoaPods.git] / Specs / 7 / 6 / a / RxCocoaNetworking / 0.0.1 / RxCocoaNetworking.podspec.json
blob93e24bb2066de01e6f7e5448700d8a532323e8f5
2   "name": "RxCocoaNetworking",
3   "version": "0.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A Moya-inspired, RxTest-testable networking framework built on top of RxCocoa",
9   "homepage": "https://github.com/gobetti/RxCocoaNetworking",
10   "social_media_url": "https://twitter.com/mwgobetti",
11   "authors": {
12     "Marcelo Gobetti": "mwgobetti@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/gobetti/RxCocoaNetworking.git",
16     "tag": "v0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11",
21     "tvos": "10.0",
22     "watchos": "3.0"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "dependencies": {
27     "RxCocoa": [
28       "~> 4.0"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "Sources/**/*.swift",
35       "frameworks": "Foundation"
36     }
37   ]