It looks like v0.9.3 does not work with CocoaPods. Even a brand new empty project with a Podfile containing only:
pod 'Parse+PromiseKit', '0.9.3'
results in:
[!] Unable to satisfy the following requirements:
- `Parse+PromiseKit (= 0.9.3)` required by `Podfile`
Even giving :head for the version number results in the following output during update:
Installing Bolts (1.3.0)
Installing Parse (1.8.5)
Installing Parse+PromiseKit (HEAD based on 0.9.2)
Installing PromiseKit (2.2.1)
[!] Pods written in Swift can only be integrated as frameworks; this feature is still in beta. Add `use_frameworks!` to your Podfile or target to opt into using it. The Swift Pod being used is: PromiseKit
It looks like v0.9.3 does not work with CocoaPods. Even a brand new empty project with a Podfile containing only:
results in:
Even giving
:head
for the version number results in the following output during update: