Skip to content

The Small Data Lab ResearchKit Extensions package is the easiest way to include SDL visual surveys (YADL, MEDL, PAM) into a ResearchKit application.

License

Notifications You must be signed in to change notification settings

daviszhou/sdl-rkx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sdl-rkx

The Small Data Lab ResearchKit Extensions package is the easiest way to include SDL visual surveys (YADL, MEDL, PAM) into a ResearchKit application.

Requirements

  • iOS 9.0+
  • Xcode 7.3+

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

CocoaPods 1.0.0+ is required to build sdl-rkx 0.1.0+.

To integrate sdl-rkx into your Xcode project using CocoaPods, specify it in your Podfile:

platform :ios, '9.0'
use_frameworks!

pod 'sdl-rkx', '~> 0.1'

Then, run the following command:

$ pod install

NOTE: When building ResearchKit, you may need to set 'No Common Blocks' to 'No' under the Apple LLVM Code Generation heading in the ResearchKit framework Build Settings

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Author

James Kizer @ Cornell Tech Foundry

License

sdl-rkx is available under the Apache 2.0 license. See the LICENSE file for more info.

About

The Small Data Lab ResearchKit Extensions package is the easiest way to include SDL visual surveys (YADL, MEDL, PAM) into a ResearchKit application.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 97.9%
  • Ruby 1.5%
  • Objective-C 0.6%