blob: 9310eb5615e717a08b2401a74657942552b75aa8 [file] [log] [blame]
{
"name": "ResearchSuiteAppFramework",
"version": "0.0.2",
"summary": "The ResearchSuiteAppFramework is the easiest way to build mobile health research studies.",
"description": "The ResearchSuiteAppFramework is the easiest way to build mobile health research studies.\nNOTE: VERY EXPERIMENTAL!!",
"homepage": "https://github.com/ResearchSuite/ResearchSuiteAppFramework-iOS",
"license": {
"type": "Apache 2",
"file": "LICENSE"
},
"authors": {
"James Kizer, Curiosity Health": "james at curiosityhealth dot com"
},
"source": {
"git": "https://github.com/ResearchSuite/ResearchSuiteAppFramework-iOS",
"tag": "0.0.2"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/**/*",
"dependencies": {
"ResearchKit": [
"~> 1.4"
],
"ReSwift": [
"~> 3.0"
],
"ResearchSuiteTaskBuilder": [
"~> 0.5"
],
"ResearchSuiteResultsProcessor": [
"~> 0.3"
],
"Gloss": [
"~> 1.2"
]
}
},
{
"name": "Lab",
"source_files": "Source/Lab/Classes/*",
"resource_bundles": {
"LabResources": [
"Source/Lab/Storyboards/*.storyboard"
]
},
"dependencies": {
"ResearchSuiteAppFramework/Core": [
]
}
}
]
}