JunyiXie/XJYChart

pod 安装不上

Closed this issue · 4 comments

Specs satisfying the XJYChart (~> 1.1.0) dependency were found, but they required a higher minimum deployment target

In addition to the logic operators CocoaPods has an optimistic operator ~>:

'> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher
'
> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher
'~> 0' Version 0 and higher, this is basically the same as not having it.

XJYChart don't have version [1.1.0, 1.2)...

Use:
pod 'XJYChart`

Use: pod 'XJYChart` has the same problem

[!] Unable to satisfy the following requirements:

  • XJYChart required by Podfile

Specs satisfying the XJYChart dependency were found, but they required a higher minimum deployment target.

I set iOS platform iOS 9.1+
but I think iOS 8.0+ could work.
if you want , you can copy code and build by yourself.

In next version, I will change to iOS 8.0+