duemunk / Async

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

watchOS is not supported #87

Closed zolomatok closed 8 years ago

zolomatok commented 8 years ago

When trying to download Async via Cocoapods, the following error is thrown: [!] The platform of the target MyApp (watchOS 2.0) is not compatible with AsyncSwift (1.7.2), which does not support watchos.

This is the entire podfile:

use_frameworks! target 'MyApp' do platform :watchos pod 'AsyncSwift' end

Awesome lib by the way, really helpful!

zolomatok commented 8 years ago

Added a PR for this #88