CleanyModal
CleanyModal copied to clipboard
Adding SPM Support
- Adding
Package.swift
to support SPM. - Updating
.gitignore
to ignore.swiftpm
. - Fixing module issue in
CleanyAlertActionTableViewCell.xib
. - Adding
Bundle+Extension.swift
to hold bundle extensions. - Added
current
bundle variable, which returns the current module for either SPM or CocoaPods. - Updating
README.md