ATTINY84/85 Library

I am running IDE 1.8.3 and 5 and looking for a library for the ATTINy 84/85

Ones I have downloaded will not compile

The latest zip I tried to enter to the library ATTinyCore-master.zip comes up with the following error message:

"Specified folder/zip file does not contain a valid library"

I want to program through a Sparkfun Pocket programmer not via a UNO

You need to understand the difference between a library and a hardware package.

ATTinyCore is a hardware package, not a library. You're trying to use a library installation technique to install a hardware package. That will never work. If you only follow the very clear installation instructions provided for ATTinyCore you'll find it quite simple:

Thanks for that..