[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / b / f / 3 / ResearchSuiteExtensions / 0.4.0 / ResearchSuiteExtensions.podspec.json
blob233f9efc7e865327c4f619071019713671a9a9eb
2   "name": "ResearchSuiteExtensions",
3   "version": "0.4.0",
4   "summary": "ResearchSuiteExtensions provides components and helper functions for ResearchSuite based iOS applications.",
5   "description": "ResearchSuiteExtensions provides components and helper functions for ResearchSuite based iOS applications.",
6   "homepage": "https://github.com/ResearchSuite/ResearchSuiteExtensions-iOS",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jdkizer9": "jdkizer9@users.noreply.github.com"
13   },
14   "source": {
15     "git": "https://github.com/ResearchSuite/ResearchSuiteExtensions-iOS.git",
16     "tag": "0.4.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "pushed_with_swift_version": "3.0",
22   "subspecs": [
23     {
24       "name": "Common",
25       "source_files": "source/Common/Classes/**/*",
26       "dependencies": {
27         "ResearchKit": [
28           "~> 1.4"
29         ]
30       }
31     },
32     {
33       "name": "Core",
34       "source_files": "source/Core/Classes/**/*",
35       "dependencies": {
36         "ResearchSuiteExtensions/Common": [
38         ],
39         "ResearchKit": [
40           "~> 1.4"
41         ]
42       }
43     },
44     {
45       "name": "RSTBSupport",
46       "source_files": "source/RSTBSupport/Classes/**/*",
47       "dependencies": {
48         "ResearchSuiteExtensions/Core": [
50         ],
51         "ResearchSuiteTaskBuilder": [
52           "~> 0.4"
53         ],
54         "Gloss": [
55           "~> 1"
56         ],
57         "SwiftyMarkdown": [
58           "~> 0.3"
59         ],
60         "GRMustache.swift": [
61           "~> 2.0"
62         ]
63       }
64     }
65   ]