Andriy

Results 3 issues of Andriy

Causes same two compiler errors as in #103, because Podspec file is missing `SWIFT_VERSION = 4.0` in `pod_target_xcconfig`, so projects with default Swift version set to 3.2 assume it's a...

`SwiftSimplify/Package.swift The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99.` Should we an easy fix.

My typical CocoaPods generated Xcode workspace is also the root of git repository with folders App/ and Pods/ as subfolders. Since aggregate build target that executes TCBuildtools script will be...