CocoaPods currently has a problem with releasing podspec files that specify iOS 8.0 or lower when the developer is using Xcode 14.3 or higher. Because of this problem ManagedAppConfigLib v1.1.1 was not released to the CocoaPods ecosystem.
Because there seems to be little interest in CocoaPods fixing this any time soon, to get around this we're going to update the podspec to specify iOS 9 as the minimum deployment target even though iOS 8 does support Managed App Configuration. This change will be published to CocoaPods in the next release.
Swift Package Manager does not suffer from this problem so the Package.swift file will continue to target iOS 8.
CocoaPods currently has a problem with releasing podspec files that specify iOS 8.0 or lower when the developer is using Xcode 14.3 or higher. Because of this problem ManagedAppConfigLib v1.1.1 was not released to the CocoaPods ecosystem.
Because there seems to be little interest in CocoaPods fixing this any time soon, to get around this we're going to update the podspec to specify iOS 9 as the minimum deployment target even though iOS 8 does support Managed App Configuration. This change will be published to CocoaPods in the next release.
Swift Package Manager does not suffer from this problem so the
Package.swiftfile will continue to target iOS 8.