[Add] SpetrovOidc 2.9.0-beta2
[CocoaPods.git] / Specs / 0 / a / c / CXWebSocket / 1.0.0 / CXWebSocket.podspec.json
blob3dcfaaf3b76c0c718951945139f0a04dea9b8ea8
2   "name": "CXWebSocket",
3   "version": "1.0.0",
4   "summary": "CXWebSocket wraps websockets in swift for iOS and OSX.",
5   "description": "TODO: CXWebSocket wraps websockets in swift for iOS and OSX.",
6   "homepage": "https://github.com/chenxing640/CXWebSocket",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Teng Fei": "hansen981@126.com"
13   },
14   "source": {
15     "git": "https://github.com/chenxing640/CXWebSocket.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "12.0",
20     "osx": "10.13",
21     "tvos": "12.0",
22     "watchos": "3.0"
23   },
24   "swift_versions": [
25     "4.2",
26     "5.0"
27   ],
28   "requires_arc": true,
29   "source_files": "CXWebSocket/Classes/*.{swift}",
30   "dependencies": {
31     "Starscream": [
33     ]
34   },
35   "swift_version": "5.0"