| { |
| "name": "ResearchSuiteExtensions", |
| "version": "0.1.0", |
| "summary": "ResearchSuiteExtensions provides components and helper functions for ResearchSuite based iOS applications.", |
| "description": "ResearchSuiteExtensions provides components and helper functions for ResearchSuite based iOS applications.", |
| "homepage": "https://github.com/ResearchSuite/ResearchSuiteExtensions-iOS", |
| "license": { |
| "type": "Apache 2.0", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "jdkizer9": "jdkizer9@users.noreply.github.com" |
| }, |
| "source": { |
| "git": "https://github.com/ResearchSuite/ResearchSuiteExtensions-iOS.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "pushed_with_swift_version": "3.0", |
| "subspecs": [ |
| { |
| "name": "Common", |
| "source_files": "source/Common/Classes/**/*", |
| "dependencies": { |
| "ResearchKit": [ |
| "~> 1.4" |
| ] |
| } |
| }, |
| { |
| "name": "Core", |
| "source_files": "source/Core/Classes/**/*", |
| "dependencies": { |
| "ResearchSuiteExtensions/Common": [ |
| |
| ], |
| "ResearchKit": [ |
| "~> 1.4" |
| ] |
| } |
| }, |
| { |
| "name": "RSTBSupport", |
| "source_files": "source/RSTBSupport/Classes/**/*", |
| "dependencies": { |
| "ResearchSuiteExtensions/Core": [ |
| |
| ], |
| "ResearchSuiteTaskBuilder": [ |
| "~> 0.4" |
| ], |
| "Gloss": [ |
| "~> 1" |
| ] |
| } |
| } |
| ] |
| } |