Skip to content

Commit

Permalink
Added MacOS target to cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
lfarah committed Aug 8, 2017
1 parent 64a8657 commit e26ca72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EZSwiftExtensions.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "EZSwiftExtensions"
s.version = "1.10"
s.version = "1.11"
s.summary = ":smirk: How Swift standard types and classes were supposed to work"
s.description = ":smirk: How Swift standard types and classes were supposed to work."
s.homepage = "https://github.com/goktugyil/EZSwiftExtensions"
Expand All @@ -9,6 +9,7 @@ s.author = { "goktugyil" => "[email protected]" }
s.source = { :git => "https://github.com/goktugyil/EZSwiftExtensions.git", :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
s.osx.deployment_target = '10.11'
s.requires_arc = true

# If more than one source file: https://guides.cocoapods.org/syntax/podspec.html#source_files
Expand Down

0 comments on commit e26ca72

Please sign in to comment.