[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / c / 0 / OhmageOMHSDK / 0.3.0 / OhmageOMHSDK.podspec.json
blob911512a1567e31dfd05be6c565a5e7f5dd64575f
2   "name": "OhmageOMHSDK",
3   "version": "0.3.0",
4   "summary": "OhmageOMHSDK is data uploader for ohmage-OMH.",
5   "description": "OhmageOMHSDK is data uploader for [ohmage-OMH](https://github.com/smalldatalab/omh-dsu).\n**This project is currently experimental and will be changing rapidly. You probably shouldn't use it yet!**",
6   "homepage": "https://github.com/ResearchSuite/OhmageOMHSDK-ios",
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/ResearchSuite/OhmageOMHSDK-ios.git",
16     "tag": "0.3.0"
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": "Source/Core/**/*",
27       "dependencies": {
28         "OMHClient": [
30         ],
31         "SecureQueue": [
33         ],
34         "Alamofire": [
35           "~> 4"
36         ]
37       }
38     },
39     {
40       "name": "RKSupport",
41       "source_files": "Source/RKSupport/**/*",
42       "dependencies": {
43         "OhmageOMHSDK/Core": [
45         ],
46         "ResearchKit": [
47           "~> 1.4"
48         ]
49       }
50     },
51     {
52       "name": "RSTBSupport",
53       "source_files": "Source/RSTBSupport/**/*",
54       "dependencies": {
55         "OhmageOMHSDK/Core": [
57         ],
58         "OhmageOMHSDK/RKSupport": [
60         ],
61         "ResearchSuiteTaskBuilder": [
63         ]
64       }
65     },
66     {
67       "name": "RSRPSupport",
68       "source_files": "Source/RSRPSupport/**/*",
69       "dependencies": {
70         "OhmageOMHSDK/Core": [
72         ],
73         "ResearchSuiteResultsProcessor": [
75         ]
76       }
77     }
78   ]