blob: 3c793ca90a4afc5329be0c7c281a01a17921abc9 [file] [log] [blame]
{
"name": "KinveyResearchKit",
"version": "0.0.1",
"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.1"
},
"source_files": "KinveyResearchKit/**/*.{h,m}",
"dependencies": {
"Kinvey": [
"~> 3.0"
],
"ResearchKit": [
"~> 1.4"
]
},
"pushed_with_swift_version": "3.0"
}