blob: ac1afb7b3ccb9d5ca86f603f6c7a5e9a6741910d [file] [log] [blame]
{
"name": "Hostess",
"version": "0.9.1",
"summary": "A Swift implementation of NSHost that builds for iOS, macOS and tvOS.",
"description": "A Swift implementation of NSHost (Host in Swift) that works on iOS, OS X and tvOS. Hostess.swift is safe to use in a framework because it does not require a bridging header.\n\nHostess.swift was created because NSHost is unavailable on iOS and CFHost does not offer the full functionality of it OS X counterpart. In addition, those developers hoping for a pure-Swift solution were out of luck without using a bridging header. Hostess.swift does not use a bridging header, so is safe to use in Framework development. It is 100% Swift and tries to maintain as much type safety as the low level networking C API will allow.",
"homepage": "https://github.com/rjstelling/Hostess.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Richard Stelling": "richard@empiricalmagic.com"
},
"social_media_url": "http://twitter.com/rjstelling",
"platforms": {
"ios": "9.3",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/rjstelling/Hostess.swift.git",
"tag": "0.9.1"
},
"source_files": [
"Projects/Hostess/Hostess/",
"Projects/Hostess/Hostess/**/*.{h,m}"
],
"exclude_files": "Projects/Hostess/Hostess//Exclude",
"pushed_with_swift_version": "4.0"
}