Updated podspec

This commit is contained in:
Arthur Guiot
2020-05-29 13:30:42 -04:00
parent 6e27490c64
commit 903499c7e9
+2 -2
View File
@@ -10,10 +10,10 @@ Pod::Spec.new do |s|
s.author = { "Arthur Guiot" => "arguiot@gmail.com" }
s.social_media_url = ""
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.9"
s.osx.deployment_target = "10.10"
s.watchos.deployment_target = "2.0"
s.tvos.deployment_target = "9.0"
s.source = { :git => "https://github.com/arguiot/Euler.git", :branch => "master" }
s.source = { :git => "https://github.com/arguiot/Euler.git", :branch => "xcode-proj" }
s.source_files = "Sources/**/*"
s.frameworks = "Foundation"
end