Skip to content

1.8.0: CocoaPods Distribution Support

Compare
Choose a tag to compare
@mono0926 mono0926 released this 14 Dec 07:57
· 505 commits to main since this release

Support CocoaPods distribution (#70, #81)

You can now able to install LicensePlist by CocoaPods

Installation

Add this to Podfile:

pod 'LicensePlist'

Execute like this

${PODS_ROOT}/LicensePlist/license-plist

See README.

Thanks @simorgh3196, @Econa77 !