Send faxes with Phaxio.
####Cocoa-Pods
-
If you haven't already, install the latest version of CocoaPods
-
Add this line to your
Podfile
:pod 'Phaxio'
-
Run
pod install
-
Don't forget to use
.workspace
to open your project in Xcode
####Carthage
-
If you haven't alrady, install the latest version of Carthage
-
Add this line to your
Cartfile
:github "phaxio/phaxio-ios"
-
Follow the Carthage installation instructions
####Dynamic Framework
-
Head to our GitHub releases page and download and unzip Phaxio.framework.zip
-
Drag Phaxio.framework to the "Embedded Binaries" section of your Xcode project's "General" settings and be sure to select "Copy items if needed"
-
Head to the "Build Phases" section of your Xcode project settings, and create a new "Run Script Build Phase". Paste the followoing snippet into the text field:
bash "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/Phaxio.framework/integrate-dynamic-framework.sd"
####Static Framework
-
Head to our GitHub releases page and download and unzip PhaxioiOS.zip
-
In Xcode, with your project open, click on "File" then "Add files to Project..."
-
Select Phaxio.framework in the directory you just unzipped.
-
Make sure "Copy items if needed" is checked.
-
Click "Add."
-
In Xcode, click on "File", then "Add files to Project...".
-
Select Phaxio.bundle, located within Phaxio.framework.
-
Make sure "Copy items if needed" is checked.
-
Click "Add".
Sets the key and secret for Phaxio.
[PhaxioAPI setAPIKey:@"thisisthekey" andSecret:@"thisisthesecret"];
Nick Schulze (nschulze16@gmail.com).
This project is UNLICENSED and not endorsed by or affiliated with Phaxio.