mirror of
https://github.com/apple/swift-nio-extras.git
synced 2025-05-15 01:18:58 +08:00
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