duemunk / Async

Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch
MIT License
4.59k stars 316 forks source link

iOS deployment target issue #118

Closed tylerlong closed 6 years ago

tylerlong commented 7 years ago

Please refer to https://github.com/Carthage/Carthage/issues/1951

Looks like the library does support iOS 8 in its podspec: https://github.com/duemunk/Async/blob/2.0.3/AsyncSwift.podspec#L10 but the generated Xcode project by swift package generate-xcodeproj does not. So please file an issue on that repository.

duemunk commented 7 years ago

Is it related to #121?