Skip to content

fromkk/Utsname

Repository files navigation

Build Status

Utsname for Swift

Utsname is wrapped C library utsname.


Install

If you don't have Cartfile, you should make that file. Add line in Cartfile.

github "fromkk/Utsname" == 0.0.9

Then execute carthage update from command line.


Usage

import Utsname

let systemInfo = Utsname()
print(systemInfo.machine)
print(systemInfo.nodename)
print(systemInfo.release)
print(systemInfo.sysname)
print(systemInfo.version)

About

Utsname is wrapped C library utsname.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published