swift-nio-transport-services/scripts
George Barnett 7eeb0ca94c
Update build_podspec.sh to not use exact dependency versions (#93)
Motivation:

The build_podspec.sh script generates a podspec which requires exact
versions of its dependencies. This very quickly turns into unresolvable
dependency graphs.

Modifications:

NIO version passed to script must be in the format MAJOR.MINOR
Podspec dependencies are now '>= MAJOR.MINOR', '< MAJOR+1'

Result:

Looser version requirements for podspecs
2020-06-17 13:07:45 +01:00
..
build_podspec.sh Update build_podspec.sh to not use exact dependency versions (#93) 2020-06-17 13:07:45 +01:00
sanity.sh fix license headers (#73) 2020-03-25 15:43:40 +00:00