WeTransfer / WeScan

Document Scanning Made Easy for iOS
MIT License
2.87k stars 561 forks source link

Cocoa Pod Issue #36

Closed faisyleo closed 6 years ago

faisyleo commented 6 years ago

When Install "we Scan" through Cocoapod then following error will become : [!] CocoaPods could not find compatible versions for pod "WeScan": In Podfile: WeScan (~> 1.0.0)

None of your spec sources contain a spec satisfying the dependency: WeScan (~> 1.0.0).

You have either:

Note: as of CocoaPods 1.0, pod repo update does not happen on pod install by default.

Boris-Em commented 6 years ago

WeScan is currently in v0.9.1. Can you try updating your Podfile with WeScan (>=0.9) please? If that fixes the problem, we need to update the README.

faisyleo commented 6 years ago

@Boris-Em update Pods like this " 'pod 'WeScan', '>= 0.9' " then issue will resolve . And update README for other user. Thank You.

Boris-Em commented 6 years ago

Thanks for reporting back @faisyleo!