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

Removes the swift version file, which is no longer necessary. #11

Closed diegoreymendez closed 7 years ago

diegoreymendez commented 7 years ago

Description:

The hidden Swift version file was necessary for CocoaPods to use Swift 2.3.

Since it now defaults to Swift 3, I'm removing the file.

Testing:

Running pod lib lint in the root directory should succeed.

diegoreymendez commented 7 years ago

@frosty - Your fixes look good to me. If the swift version file removal looks good as well, feel free to approve & merge.

frosty commented 7 years ago

For the record: @diegoreymendez and I discussed Travis failing on this changes, but we're of the opinion it's unrelated and probably something to do with Travis's configuration. As such, we're going to merge and investigate that later.

diegoreymendez commented 7 years ago

Thanks @frosty !