Minitour / AZTabBarController

A custom tab bar controller for iOS written in Swift 4.2
MIT License
348 stars 65 forks source link

SPM Integration #70

Closed afnanm1999 closed 3 years ago

afnanm1999 commented 3 years ago
  1. Implemented Swift Package Management.
  2. Moved Sources files to Sources/AZTabBarController/
  3. Reconfigured the example app so it works with the SPM.
  4. Moving the example app to AZTabBarControllerExample/.
  5. Renaming the example app from AZTabBarController to AZTabBarControllerExample.
  6. Updated AZTabBar.podspec to point at the correct source_files.
  7. Removed Pods/.
  8. Updating README.md to include SPM Instructions.

NOTE: Before merging this PR please ensure that EasyNotificationBadge PR #16 is merged.

Minitour commented 3 years ago

@afnanm1999

Hi Afnan, thank you for doing this!

I will give it a look later today 😄

afnanm1999 commented 3 years ago

@afnanm1999

Hi Afnan, thank you for doing this!

I will give it a look later today 😄

No worries at all.