1.8.0: CocoaPods Distribution Support
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 !