[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 3 / 9 / test-crossplatform / 0.0.1 / test-crossplatform.podspec.json
blob24264d7294b0c39c351cf88c005e4d2660e42a05
2   "name": "test-crossplatform",
3   "version": "0.0.1",
4   "summary": "CDNBye iOS SDK for Cross-platform P2P Streaming.",
5   "description": "CDNBye iOS SDK implements WebRTC datachannel to scale live, vod video streaming by peer-to-peer network using bittorrent-like protocol. The forming peer network can be layed over other CDNs or on top of the origin server. CDNBye installs a proxy between your video player and your stream which intercepts network requests and proxies them through a P2P engine.",
6   "homepage": "https://www.cdnbye.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "cdnbye": "service@cdnbye.com"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.7"
17   },
18   "ios": {
19     "vendored_frameworks": "iOS/WebRTC.framework"
20   },
21   "osx": {
22     "vendored_frameworks": "macOS/WebRTC.xcframework"
23   },
24   "source": {
25     "git": "https://github.com/snowinszu/test-crossplatform.git",
26     "tag": "0.0.1"
27   },
28   "source_files": "test-crossplatform/**/*.{h,m}",
29   "exclude_files": "Classes/Exclude"