[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / e / 1 / 4 / sdlrkx / 0.3.1 / sdlrkx.podspec.json
blob640b60eb9e2e60fe591970c6a295cb73cde85316
2   "name": "sdlrkx",
3   "version": "0.3.1",
4   "summary": "SDL visual self-report for ResearchKit",
5   "description": "The Small Data Lab ResearchKit Extensions package is the easiest way to include SDL visual self-report (YADL, MEDL, PAM) into a ResearchKit application.",
6   "homepage": "https://github.com/cornelltech/sdl-rkx",
7   "license": {
8     "type": "Apache 2",
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/cornelltech/sdl-rkx.git",
16     "tag": "0.3.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "pushed_with_swift_version": "3.0",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "source/Core/Classes/**/*",
26       "resources": [
27         "source/Core/Assets/PAM.xcassets",
28         "source/Core/Assets/PAM.json"
29       ],
30       "dependencies": {
31         "ResearchKit": [
32           "~> 1.3.1"
33         ]
34       }
35     },
36     {
37       "name": "RSTBSupport",
38       "source_files": "source/RSTBSupport/Classes/**/*",
39       "dependencies": {
40         "sdlrkx/Core": [
42         ],
43         "ResearchSuiteTaskBuilder": [
44           "~> 0.2.0"
45         ],
46         "Gloss": [
47           "~> 1"
48         ]
49       }
50     }
51   ]