[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 3 / e / 5 / SwarmCloudSDK / 2.4.1 / SwarmCloudSDK.podspec.json
blob4f2b07d88fa1f2254dcf94978d6a2da740617046
2   "name": "SwarmCloudSDK",
3   "version": "2.4.1",
4   "summary": "SwarmCloud iOS SDK for Cross-platform P2P Streaming.",
5   "description": "SwarmCloud 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://github.com/cdnbye/SwarmCloudSDK",
7   "license": "MIT",
8   "authors": {
9     "cdnbye": "service@cdnbye.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/cdnbye/SwarmCloudSDK.git",
16     "tag": "2.4.1"
17   },
18   "vendored_frameworks": "SwarmCloudSDK.xcframework",
19   "pod_target_xcconfig": {
20     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
21   },
22   "user_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "static_framework": true,
26   "dependencies": {
27     "SocketRocket": [
28       "~> 0.6"
29     ],
30     "CocoaLumberjack": [
31       "~> 3.7"
32     ],
33     "PINCache": [
34       "~> 3.0"
35     ],
36     "GCDWebServer": [
37       "~> 3.5"
38     ],
39     "CocoaAsyncSocket": [
40       "~> 7.6"
41     ],
42     "GoogleWebRTC": [
43       "= 1.1.31999"
44     ]
45   }