[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 4 / 1 / 2 / ResearchSuiteResultsProcessor / 0.3.1 / ResearchSuiteResultsProcessor.podspec.json
blob18bbcddfe5fb38294db7b776f7ece4fe0522ea77
2   "name": "ResearchSuiteResultsProcessor",
3   "version": "0.3.1",
4   "summary": "The ResearchSuite Results Processor is an easy and extensible way to process results for ResearchKit.",
5   "description": "Building cross-platform and portable ResearchSuite applications is hard.\n  The ResearchSuite Results Processor makes it easier!",
6   "homepage": "https://github.com/ResearchSuite/ResearchSuiteResultsProcessor-ios",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "James Kizer, Cornell Tech Foundry": "jdk288 at cornell dot edu"
13   },
14   "source": {
15     "git": "https://github.com/ResearchSuite/ResearchSuiteResultsProcessor-ios.git",
16     "tag": "0.3.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "default_subspecs": "Core",
22   "pushed_with_swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "ResearchSuiteResultsProcessor/Core/Classes/**/*",
27       "dependencies": {
28         "ResearchKit": [
29           "~> 1.3"
30         ],
31         "Gloss": [
32           "~> 1.1"
33         ]
34       }
35     },
36     {
37       "name": "OMHHelper",
38       "source_files": "ResearchSuiteResultsProcessor/OMHHelper/Classes/**/*",
39       "dependencies": {
40         "ResearchSuiteResultsProcessor/Core": [
42         ],
43         "OMHClient": [
45         ]
46       }
47     },
48     {
49       "name": "CSVBackend",
50       "source_files": "ResearchSuiteResultsProcessor/CSVBackend/Classes/**/*",
51       "dependencies": {
52         "ResearchSuiteResultsProcessor/Core": [
54         ]
55       }
56     }
57   ]