iOS Shaders

I’m looking for a shader that will work on iOS that has the following features:

iOS Shader that would work with a directional light:
Color Map
Light Map
Spherical reflection map

iOS Shader that would work with no lights:
Color map - (Vertex lit?)
Spherical reflection map

I’ve looked everywhere for this and can’t find it. Do you know where I can look? I’m not a programer so I wouldn’t know where to start to make it myself.

Thanks,
Henk

Here’s a link where you can see a Video about what I’m trying to do.

http://web.me.com/henkdawson/Unity/iOS_Shader.html

I got it figured out! : )

The base color texture map needed an alpha channel. It works now.