File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change
1
+ 3.0
Original file line number Diff line number Diff line change 7
7
8
8
Pod ::Spec . new do |s |
9
9
s . name = "FHIR"
10
- s . version = "3.0"
10
+ s . version = "3.0.0 "
11
11
s . summary = "Swift 🔥FHIR data model classes, with some goodies."
12
12
s . description = <<-DESC
13
13
Swift 🔥FHIR data model classes, generated from spec. Uses custom Date/Time structs to facilitate
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
21
21
s . source = { :git => "https://github.com/smart-on-fhir/Swift-FHIR.git" , :tag => "#{ s . version } " }
22
22
23
23
s . ios . deployment_target = "8.0"
24
- s . osx . deployment_target = "10.9 "
24
+ s . osx . deployment_target = "10.10 "
25
25
s . requires_arc = true
26
26
s . pod_target_xcconfig = { 'OTHER_SWIFT_FLAGS' => '-DNO_MODEL_IMPORT' }
27
27
s . source_files = "Sources/*/*.swift"
You can’t perform that action at this time.
0 commit comments