Skip to content

Commit

Permalink
Adapt for CocoaPods
Browse files Browse the repository at this point in the history
  • Loading branch information
p2 committed Mar 22, 2017
1 parent e318081 commit 16efd53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .swift-version
@@ -0,0 +1 @@
3.0
4 changes: 2 additions & 2 deletions FHIR.podspec
Expand Up @@ -7,7 +7,7 @@

Pod::Spec.new do |s|
s.name = "FHIR"
s.version = "3.0"
s.version = "3.0.0"
s.summary = "Swift 🔥FHIR data model classes, with some goodies."
s.description = <<-DESC
Swift 🔥FHIR data model classes, generated from spec. Uses custom Date/Time structs to facilitate
Expand All @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/smart-on-fhir/Swift-FHIR.git", :tag => "#{s.version}" }

s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.9"
s.osx.deployment_target = "10.10"
s.requires_arc = true
s.pod_target_xcconfig = { 'OTHER_SWIFT_FLAGS' => '-DNO_MODEL_IMPORT' }
s.source_files = "Sources/*/*.swift"
Expand Down

0 comments on commit 16efd53

Please sign in to comment.