facebookarchive / Keyframes

A library for converting Adobe AE shape based animations to a data format and playing it back on Android and iOS devices.
https://facebookincubator.github.io/Keyframes/
Other
5.34k stars 302 forks source link

Pod name is `keyframes` instead of `Keyframes` #120

Closed sampsakuronen closed 7 years ago

sampsakuronen commented 7 years ago

Readme states that pod name is Keyframes. This seems to be case sensitive though, as a specification with that name can't be found. By using keyframes (lower cased) the pod can be installed.

In Podfile: pod 'Keyframes'

pod install
Analyzing dependencies
[!] Unable to find a specification for `Keyframes`

And then:Podfile - pod 'keyframes'

pod install
...
Installing keyframes (1.0.0)