-
Notifications
You must be signed in to change notification settings - Fork 8
Installation
Meng Fei edited this page Jan 18, 2020
·
10 revisions
The preferred way for adding DYFStore to your project is using CocoaPods:
pod 'DYFStore', '~> 1.0.2'
Or
pod 'DYFStore'
This will add the DYFStore core to your project. DYFStore also provides reference implementations for receipt verification and transaction persistence.
If you don't want or can't use CocoaPods, you can simply copy the files you need from the RMStore directory. The RMStore core is a single class.