blob: 046102a54482242b2e815c829fc2aed57f6a0d54 [file] [log] [blame]
{
"name": "OhmageOMHSDK",
"version": "0.4.0",
"summary": "OhmageOMHSDK is data uploader for ohmage-OMH.",
"description": "OhmageOMHSDK is data uploader for [ohmage-OMH](https://github.com/smalldatalab/omh-dsu).\n**This project is currently experimental and will be changing rapidly. You probably shouldn't use it yet!**",
"homepage": "https://github.com/ResearchSuite/OhmageOMHSDK-ios",
"license": {
"type": "Apache 2",
"file": "LICENSE"
},
"authors": {
"James Kizer, Cornell Tech Foundry": "jdk288 at cornell dot edu"
},
"source": {
"git": "https://github.com/ResearchSuite/OhmageOMHSDK-ios.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/**/*",
"dependencies": {
"OMHClient": [
"~> 0.1"
],
"SecureQueue": [
],
"Alamofire": [
"~> 4"
]
}
},
{
"name": "RKSupport",
"source_files": "Source/RKSupport/Classes/**/*",
"resources": "Source/RKSupport/Assets/Ohmage.xcassets",
"dependencies": {
"OhmageOMHSDK/Core": [
],
"ResearchKit": [
"~> 1.4"
],
"ResearchSuiteExtensions": [
"~> 0.2"
]
}
},
{
"name": "RSTBSupport",
"source_files": "Source/RSTBSupport/**/*",
"dependencies": {
"OhmageOMHSDK/Core": [
],
"OhmageOMHSDK/RKSupport": [
],
"ResearchSuiteTaskBuilder": [
]
}
},
{
"name": "RSRPSupport",
"source_files": "Source/RSRPSupport/**/*",
"dependencies": {
"OhmageOMHSDK/Core": [
],
"ResearchSuiteResultsProcessor": [
]
}
}
]
}