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

[Tooling] Standardize podspec format #62

Closed AliSoftware closed 3 years ago

AliSoftware commented 3 years ago

As part of paaHJt-Vl-p2, this simply standardize the podspec file so that all our pods use a similar format and structure, with similar keys and common values.

See wordpress-mobile/WordPressAuthenticator-iOS#582 for the rules I decided to follow on the format and content standardization.


Also updated the .swift-version file and the project-level SWIFT_VERSION build setting to 5.0 to match the framework target's SWIFT_VERSION = 5.0 setting.