[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / b / Hostess / 0.9.1 / Hostess.podspec.json
blobac1afb7b3ccb9d5ca86f603f6c7a5e9a6741910d
2   "name": "Hostess",
3   "version": "0.9.1",
4   "summary": "A Swift implementation of NSHost that builds for iOS, macOS and tvOS.",
5   "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.",
6   "homepage": "https://github.com/rjstelling/Hostess.swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Richard Stelling": "richard@empiricalmagic.com"
13   },
14   "social_media_url": "http://twitter.com/rjstelling",
15   "platforms": {
16     "ios": "9.3",
17     "osx": "10.12",
18     "watchos": "3.0",
19     "tvos": "10.0"
20   },
21   "source": {
22     "git": "https://github.com/rjstelling/Hostess.swift.git",
23     "tag": "0.9.1"
24   },
25   "source_files": [
26     "Projects/Hostess/Hostess/",
27     "Projects/Hostess/Hostess/**/*.{h,m}"
28   ],
29   "exclude_files": "Projects/Hostess/Hostess//Exclude",
30   "pushed_with_swift_version": "4.0"