[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 6 / 9 / 1 / NKMultipeer / 0.2.0 / NKMultipeer.podspec.json
blob3aaa0b39700965695f7adcba5c4635c82e9dbd4a
2   "name": "NKMultipeer",
3   "version": "0.2.0",
4   "summary": "Testable p2p abstraction using the adapter pattern. Comes with MultipeerConnectivity support.",
5   "homepage": "https://github.com/nathankot/NKMultipeer",
6   "license": "MIT",
7   "authors": {
8     "Nathan Kot": "nk@nathankot.com"
9   },
10   "source": {
11     "git": "https://github.com/nathankot/NKMultipeer.git",
12     "tag": "0.2.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "NKMultipeer/**/*",
19   "resource_bundles": {
20   },
21   "frameworks": "MultipeerConnectivity",
22   "dependencies": {
23     "RxSwift": [
24       "~> 1.8"
25     ]
26   }