[Add] RegulaCommonNightly 7.5.939
[CocoaPods.git] / Specs / b / c / 0 / OhmageOMHSDK / 0.4.0 / OhmageOMHSDK.podspec.json
blob046102a54482242b2e815c829fc2aed57f6a0d54
2   "name": "OhmageOMHSDK",
3   "version": "0.4.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.4.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": [
29           "~> 0.1"
30         ],
31         "SecureQueue": [
33         ],
34         "Alamofire": [
35           "~> 4"
36         ]
37       }
38     },
39     {
40       "name": "RKSupport",
41       "source_files": "Source/RKSupport/Classes/**/*",
42       "resources": "Source/RKSupport/Assets/Ohmage.xcassets",
43       "dependencies": {
44         "OhmageOMHSDK/Core": [
46         ],
47         "ResearchKit": [
48           "~> 1.4"
49         ],
50         "ResearchSuiteExtensions": [
51           "~> 0.2"
52         ]
53       }
54     },
55     {
56       "name": "RSTBSupport",
57       "source_files": "Source/RSTBSupport/**/*",
58       "dependencies": {
59         "OhmageOMHSDK/Core": [
61         ],
62         "OhmageOMHSDK/RKSupport": [
64         ],
65         "ResearchSuiteTaskBuilder": [
67         ]
68       }
69     },
70     {
71       "name": "RSRPSupport",
72       "source_files": "Source/RSRPSupport/**/*",
73       "dependencies": {
74         "OhmageOMHSDK/Core": [
76         ],
77         "ResearchSuiteResultsProcessor": [
79         ]
80       }
81     }
82   ]