[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / 9 / 1 / NKMultipeer / 1.0.0 / NKMultipeer.podspec.json
blob7fbf71da69f405f16e77d95a705dfb6d1fa4fd23
2   "name": "NKMultipeer",
3   "version": "1.0.0",
4   "summary": "A testable, Rx* wrapper around MultipeerConnectivity",
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": "1.0.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   }