blob: 62b8700cac33497113b69be87eb7f8ad915b441d [file] [log] [blame]
{
"name": "KinveyResearchKit",
"version": "0.0.3",
"summary": "ResearchKit wrapper for Kinvey",
"description": "The kinvey-researchkit package can be used to develop ResearchKit applications on the Kinvey platform. It wraps the Kinvey iOS SDK with classes that allow easy mapping of ResearchKit objects to a Kinvey backend.",
"homepage": "https://github.com/Kinvey/kinvey-researchkit",
"license": "Apache License, Version 2.0",
"authors": "Kinvey, Inc.",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Kinvey/kinvey-researchkit.git",
"tag": "0.0.3"
},
"source_files": "KinveyResearchKit/**/*.{swift,h,m}",
"dependencies": {
"Kinvey": [
"~> 3.10"
],
"ResearchKit": [
"~> 1.5"
]
}
}