Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Borraccino committed Apr 27, 2021
1 parent 0f9c158 commit 2120c7c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 15 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.21.1] - 2021-04-20
### Fixed
- XcFramework is now installable via SwiftPM without adding dependencies

## [0.21.0] - 2021-04-20
### Added
- Updated library to include helpers

## [0.20.0] - 2021-04-14
### Removed
Expand Down
4 changes: 2 additions & 2 deletions Data4LifeFHIR.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Data4LifeFHIR"
s.version = "0.21.0"
s.version = "0.21.1"
s.summary = "Minimal FHIR standard models and data types for iOS"
s.homepage = "https://github.com/d4l-data4life/d4l-fhir-ios/"
s.license = { :type => 'LICENSE', :file => "LICENSE" }
Expand All @@ -15,5 +15,5 @@ Pod::Spec.new do |s|
s.vendored_frameworks = 'Data4LifeFHIR.xcframework'
s.preserve_paths = 'Data4LifeFHIR.xcframework'
s.dependency 'Data4LifeSDKUtils', '0.6.0'
s.dependency 'Data4LifeFHIRCore', '0.21.0'
s.dependency 'Data4LifeFHIRCore', s.version.to_s
end
8 changes: 4 additions & 4 deletions Data4LifeFHIRCore.podspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Pod::Spec.new do |s|
s.name = "Data4LifeFHIRCore"
s.version = "0.21.0"
s.version = "0.21.1"
s.summary = "FHIR helpers for common fhir models"
s.homepage = "https://github.com/d4l-data4life/d4l-fhir-ios/"
s.license = { :type => 'LICENSE', :file => "LICENSE" }
s.author = { "D4L data4life gGmbH" => "contact@data4life.care" }

s.source = { :http => 'https://github.com/d4l-data4life/d4l-fhir-ios/releases/download/' + s.version.to_s + '/XCFrameworks-' + s.version.to_s + '.zip' }
s.swift_version = '5.3'
s.swift_version = '5.4'
s.platform = :ios, '13.0'
s.requires_arc = true
s.cocoapods_version = '>= 1.10.0'
s.cocoapods_version = '>= 1.10.1'

s.vendored_frameworks = 'Data4LifeFHIRCore.xcframework'
s.preserve_paths = 'Data4LifeFHIRCore.xcframework'

end
8 changes: 4 additions & 4 deletions ModelsR4.podspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Pod::Spec.new do |s|
s.name = "ModelsR4"
s.version = "0.21.0"
s.version = "0.21.1"
s.summary = "Apple Models for FHIRR4"
s.homepage = "https://github.com/d4l-data4life/d4l-fhir-ios/"
s.license = 'Private License'
s.author = { "D4L data4life gGmbH" => "contact@data4life.care" }

s.source = { :http => 'https://github.com/d4l-data4life/d4l-fhir-ios/releases/download/' + s.version.to_s + '/XCFrameworks-' + s.version.to_s + '.zip' }
s.swift_version = '5.3'
s.swift_version = '5.4'
s.platform = :ios, '13.0'
s.requires_arc = true
s.cocoapods_version = '>= 1.10.0'
s.cocoapods_version = '>= 1.10.1'

s.vendored_frameworks = 'ModelsR4.xcframework'
s.preserve_paths = 'ModelsR4.xcframework'
s.dependency 'Data4LifeSDKUtils', '0.6.0'
s.dependency 'Data4LifeFHIRCore', '0.21.0'
s.dependency 'Data4LifeFHIRCore', s.version.to_s
end
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# d4l-fhir-ios
Minimal FHIR standard models and data types for iOS

[![CocoaPods Compatible](https://img.shields.io/badge/pod-v0.20.0-blue.svg)](https://github.com/CocoaPods/CocoaPods)
[![CocoaPods Compatible](https://img.shields.io/badge/pod-v0.21.1-blue.svg)](https://github.com/CocoaPods/CocoaPods)
[![Swift Package Manager compatible](https://img.shields.io/badge/SPM-compatible-brightgreen.svg?style=flat&colorA=28a745&&colorB=4E4E4E)](https://github.com/apple/swift-package-manager)
[![License](https://img.shields.io/badge/license-PRIVATE-blue.svg)](https://github.com/d4l-data4life/d4l-fhir-ios/blob/main/LICENSE)

Expand Down Expand Up @@ -41,8 +41,8 @@ To install with [CocoaPods](https://cocoapods.org/) add the following lines (acc
```ruby
source 'https://github.com/d4l-data4life/d4l-cocoapods-specs.git'

pod 'Data4LifeFHIR', '~> 0.20.0'
pod 'ModelsR4', '~> 0.20.0'
pod 'Data4LifeFHIR', '~> 0.21.1'
pod 'ModelsR4', '~> 0.21.1'
```

**Note**: For more info check [README](https://github.com/d4l-data4life/d4l-cocoapods-specs/blob/master/README.md).
Expand All @@ -52,7 +52,7 @@ pod 'ModelsR4', '~> 0.20.0'
To install with [Swift Package Manager](https://swift.org/package-manager/) add this package as a dependency in `Package.swift`:

```swift
.package(url: "https://github.com/d4l-data4life/d4l-fhir-ios.git", .upToNextMinor(from: "0.20.0"))
.package(url: "https://github.com/d4l-data4life/d4l-fhir-ios.git", .upToNextMinor(from: "0.21.1"))
```

### Building
Expand Down

0 comments on commit 2120c7c

Please sign in to comment.