Skip to content

mwahlig/WingKit

This branch is up to date with sparodev/WingKit:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

48720c8 · Nov 28, 2017

History

21 Commits
Nov 14, 2017
Sep 26, 2017
Nov 28, 2017
Nov 28, 2017
Nov 14, 2017
Sep 26, 2017
Nov 14, 2017
Oct 20, 2017
Oct 20, 2017
Oct 20, 2017
Nov 28, 2017
Nov 28, 2017
Nov 14, 2017

Repository files navigation

WingKit: a Lung Function Test SDK

WingKit is a library that allows third parties to integrate with the Wing REST API to perform lung function tests.

Requirements

  • iOS 9.0+
  • Xcode 9.0+
  • Swift 4.0+

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. To install it, run this command in your terminal:

$ gem install cocoapods

WingKit requires CocoaPods 1.1+ to build.

To integrate WingKit into your project, specifiy it in your Podfile:

Production

platform :ios, '11.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'WingKit', '0.1.1'
end

Development

  1. Clone the WingKit repository to your mac.
  2. Reference the local filepath where you cloned the repo in your Podfile:
platform :ios, '11.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'WingKit', :path => '<path/to/repo>'
end

Documentation

The documentation for WingKit can be found here: https://sparodev.github.io/WingKit/.

Examples

Check out the WingKitExample repo for an example of how to integrate with WingKit to perform a lung function test and view the results.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 82.6%
  • C++ 13.9%
  • Ruby 2.7%
  • Other 0.8%