[Add] DocumentReaderNightly 7.6.4234
[CocoaPods.git] / Specs / 7 / 2 / 6 / KinveyResearchKit / 0.0.3 / KinveyResearchKit.podspec.json
blob62b8700cac33497113b69be87eb7f8ad915b441d
2   "name": "KinveyResearchKit",
3   "version": "0.0.3",
4   "summary": "ResearchKit wrapper for Kinvey",
5   "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.",
6   "homepage": "https://github.com/Kinvey/kinvey-researchkit",
7   "license": "Apache License, Version 2.0",
8   "authors": "Kinvey, Inc.",
9   "platforms": {
10     "ios": "9.0"
11   },
12   "source": {
13     "git": "https://github.com/Kinvey/kinvey-researchkit.git",
14     "tag": "0.0.3"
15   },
16   "source_files": "KinveyResearchKit/**/*.{swift,h,m}",
17   "dependencies": {
18     "Kinvey": [
19       "~> 3.10"
20     ],
21     "ResearchKit": [
22       "~> 1.5"
23     ]
24   }