hathway / Parse-PromiseKit

A PromiseKit category for the Parse SDK
Other
29 stars 11 forks source link

v0.9.3 doesn't work with CocoaPods #9

Open gary-riggins opened 9 years ago

gary-riggins commented 9 years ago

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