[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / c / 3 / VaporSockets / 2.0.0 / VaporSockets.podspec.json
blob3ef2a35318ee7bc7304ee937e0a5b88d6f2c1bbf
2   "name": "VaporSockets",
3   "version": "2.0.0",
4   "summary": "Pure-Swift Sockets: TCP, UDP; Client, Server; Linux, OS X...",
5   "description": "Pure-Swift Sockets: TCP, UDP; Client, Server; Linux, OS X.s.. mirror from vapor/bits for CocoaPods",
6   "homepage": "https://github.com/vapor/sockets",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "vapor": "vapor@gmai.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "tvos": "9.0",
17     "osx": "10.10",
18     "watchos": "2.0"
19   },
20   "source": {
21     "git": "https://github.com/banxi1988/sockets.git",
22     "branch": "master"
23   },
24   "source_files": [
25     "Sources/Sockets/**/*.swift"
26   ],
27   "dependencies": {
28     "VaporCoreCore": [
30     ],
31     "VaporTransport": [
33     ]
34   },
35   "requires_arc": true,
36   "module_name": "Sockets",
37   "pod_target_xcconfig": {
38     "SWIFT_VERSION": "3.1"
39   },
40   "pushed_with_swift_version": "3.0"