[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / 9 / 1 / NKMultipeer / 0.7.0 / NKMultipeer.podspec.json
blob05916b7b707e5727224e82c1f9ad94ad1899350a
2   "name": "NKMultipeer",
3   "version": "0.7.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.7.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       "~> 2.1.0"
25     ],
26     "RxCocoa": [
27       "~> 2.1.0"
28     ]
29   }