blob: 44102edf9a671f14452746faaab2234d6e7ef7c7 [file] [log] [blame]
{
"name": "KinveyResearchKit",
"version": "0.0.2",
"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.2"
},
"source_files": "KinveyResearchKit/**/*.{swift,h,m}",
"exclude_files": "KinveyResearchKit/User.swift",
"prepare_command": "sed 's/class User/class KinveyResearchKitUser/g' KinveyResearchKit/User.swift > KinveyResearchKit/KinveyResearchKitUser.swift\necho 'public typealias User = KinveyResearchKitUser' >> KinveyResearchKit/KinveyResearchKitUser.swift",
"dependencies": {
"Kinvey": [
"~> 3.5"
],
"ResearchKit": [
"~> 1.4"
]
},
"pushed_with_swift_version": "3.0"
}