Automattic / Gridicons-iOS

Gridicons is a tiny framework which generates Gridicon images at any resolution.
GNU General Public License v2.0
25 stars 12 forks source link

Added a .swift-version file and released v0.3. #9

Closed diegoreymendez closed 7 years ago

diegoreymendez commented 7 years ago

Adds a .swift-version file so that pod lib lint will work properly for this library.

Also releases it as 0.3 so we can integrate it into our other projects.

How to test:

Check out the code and run pod lib lint. Make sure it succeeds.

frosty commented 7 years ago

Looks good @diegoreymendez – I don't think it really matters, but I just bumped the target version number to 0.3 too.

pod lib lint runs successfully for me.

:shipit:

diegoreymendez commented 7 years ago

Ty!