[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 6 / 9 / 1 / NKMultipeer / 0.4.1 / NKMultipeer.podspec.json
blob9eb03573d8ac33258be5ef5aa65a74394dc83ec9
2   "name": "NKMultipeer",
3   "version": "0.4.1",
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.4.1"
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       "~> 2.0.0-alpha"
25     ]
26   }