Remove "support" for iOS.

Running shell commands has never worked on iOS, it was just a hack to enable kareman/FileSmith (which _does_ work on iOS) and SwiftShell to use the same `*Stream` protocols.
This commit is contained in:
Kare Morstol
2020-07-08 16:19:03 +02:00
parent bfddee7c95
commit 4f4fdbc458
10 changed files with 141 additions and 41 deletions
-1
View File
@@ -9,5 +9,4 @@ Pod::Spec.new do |s|
s.source = { git: 'https://github.com/kareman/SwiftShell.git', tag: s.version.to_s }
s.source_files = 'Sources/SwiftShell/*.swift','Sources/SwiftShell/*/*.swift'
s.osx.deployment_target = '10.11'
s.ios.deployment_target = '9.0'
end