[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 1 / 4 / sdlrkx / 0.8.0 / sdlrkx.podspec.json
blob38a845c63ba67e4fff04816a2b8af3b8f857bc94
2   "name": "sdlrkx",
3   "version": "0.8.0",
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) and Behavioral extensions (Go / No Go, Delayed Discounting, BART)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.8.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "pushed_with_swift_version": "3.0",
22   "subspecs": [
23     {
24       "name": "Helpers",
25       "source_files": "source/Helpers/Classes/**/*"
26     },
27     {
28       "name": "VSR",
29       "source_files": "source/VSR/Core/Classes/**/*",
30       "dependencies": {
31         "sdlrkx/Helpers": [
33         ],
34         "ResearchKit": [
35           "~> 1.4"
36         ]
37       },
38       "resources": [
39         "source/VSR/Core/Assets/PAM.xcassets",
40         "source/VSR/Core/Assets/PAM.json"
41       ]
42     },
43     {
44       "name": "VSR-RSTBSupport",
45       "source_files": "source/VSR/RSTBSupport/Classes/**/*",
46       "dependencies": {
47         "sdlrkx/VSR": [
49         ],
50         "ResearchSuiteTaskBuilder": [
51           "~> 0.2"
52         ],
53         "Gloss": [
54           "~> 1"
55         ]
56       }
57     },
58     {
59       "name": "Behavioral",
60       "source_files": "source/Behavioral/Core/Classes/**/*",
61       "dependencies": {
62         "sdlrkx/Helpers": [
64         ],
65         "ResearchKit": [
66           "~> 1.4"
67         ]
68       },
69       "resources": "source/Behavioral/Core/Assets/BART/BART.xcassets"
70     },
71     {
72       "name": "Behavioral-RSTBSupport",
73       "source_files": "source/Behavioral/RSTBSupport/Classes/**/*",
74       "dependencies": {
75         "sdlrkx/Behavioral": [
77         ],
78         "ResearchSuiteTaskBuilder": [
79           "~> 0.2"
80         ],
81         "Gloss": [
82           "~> 1"
83         ]
84       }
85     },
86     {
87       "name": "Behavioral-RSRPSupport",
88       "source_files": "source/Behavioral/RSRPSupport/Classes/**/*",
89       "dependencies": {
90         "sdlrkx/Behavioral": [
92         ],
93         "ResearchSuiteResultsProcessor": [
94           "~> 0.2"
95         ],
96         "ResearchKit": [
97           "~> 1.4"
98         ]
99       }
100     },
101     {
102       "name": "Behavioral-RSRPOhmageBackend",
103       "source_files": "source/Behavioral/RSRPOhmageBackendSupport/Classes/**/*",
104       "dependencies": {
105         "sdlrkx/Behavioral-RSRPSupport": [
107         ],
108         "OMHClient": [
110         ]
111       }
112     }
113   ]