You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although iOS 7 is supported in the source code, package managers (CocoaPods and Carthage) build a Swift dynamic framework, which is only supported on iOS 8.0 and later. Therefore we switch the minimum OS version to 8.0 in the project. (Fixes#75.)
0 commit comments