blob: f0363547fa6234a669aceac6a0b1396b3632ea71 [file] [log] [blame]
{
"name": "sdlrkx",
"version": "0.3.0",
"summary": "SDL visual self-report for ResearchKit",
"description": "The Small Data Lab ResearchKit Extensions package is the easiest way to include SDL visual self-report (YADL, MEDL, PAM) into a ResearchKit application.",
"homepage": "https://github.com/cornelltech/sdl-rkx",
"license": "Apache 2.0",
"authors": {
"James Kizer, Cornell Tech Foundry": "jdk288 at cornell dot edu"
},
"source": {
"git": "https://github.com/cornelltech/sdl-rkx.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "9.0"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "source/Core/Classes/**/*",
"resources": [
"source/Core/Assets/PAM.xcassets",
"source/Core/Assets/PAM.json"
],
"dependencies": {
"ResearchKit": [
"~> 1.3.1"
]
}
},
{
"name": "RSTBSupport",
"source_files": "source/RSTBSupport/Classes/**/*",
"dependencies": {
"sdlrkx/Core": [
],
"ResearchSuiteTaskBuilder": [
"~> 0.2.0"
],
"Gloss": [
"~> 1"
]
}
}
]
}