-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
David De Bels edited this page May 23, 2021
·
2 revisions
- iOS 11 or above
NotionClient does not use any external dependencies.
- Open NotionClient.xcodeproj
- Build the NotionClient-iOS scheme
- Copy the generated NotionClient.framework file to your project
Add NotionClient to your Podfile and run pod install.
# Podfile
platform :ios, '11.0'
target 'YOUR_TARGET_NAME' do
# Dynamic frameworks is supported but not required
use_frameworks!
pod 'NotionClient'
end