[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / b / c / 0 / OhmageOMHSDK / 0.0.5 / OhmageOMHSDK.podspec.json
blobe0beffbe387b34a210ce34765549b6508c5a9136
2   "name": "OhmageOMHSDK",
3   "version": "0.0.5",
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/cornelltech/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/cornelltech/OhmageOMHSDK-ios.git",
16     "tag": "0.0.5"
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.0"
30         ],
31         "SecureQueue": [
32           "~> 0.0"
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.3.1"
48         ]
49       }
50     }
51   ]