Git Product home page Git Product logo

phaxio-ios's Introduction

phaxio-ios

Send faxes with Phaxio.

Installation

####Cocoa-Pods

  1. If you haven't already, install the latest version of CocoaPods

  2. Add this line to your Podfile: pod 'Phaxio'

  3. Run pod install

  4. Don't forget to use .workspace to open your project in Xcode

####Carthage

  1. If you haven't alrady, install the latest version of Carthage

  2. Add this line to your Cartfile: github "phaxio/phaxio-ios"

  3. Follow the Carthage installation instructions

####Dynamic Framework

  1. Head to our GitHub releases page and download and unzip Phaxio.framework.zip

  2. Drag Phaxio.framework to the "Embedded Binaries" section of your Xcode project's "General" settings and be sure to select "Copy items if needed"

  3. 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

  1. Head to our GitHub releases page and download and unzip PhaxioiOS.zip

  2. In Xcode, with your project open, click on "File" then "Add files to Project..."

  3. Select Phaxio.framework in the directory you just unzipped.

  4. Make sure "Copy items if needed" is checked.

  5. Click "Add."

  6. In Xcode, click on "File", then "Add files to Project...".

  7. Select Phaxio.bundle, located within Phaxio.framework.

  8. Make sure "Copy items if needed" is checked.

  9. Click "Add".

Setup

Sets the key and secret for Phaxio.

[PhaxioAPI setAPIKey:@"thisisthekey" andSecret:@"thisisthesecret"];

Author

Nick Schulze ([email protected]).

License

This project is UNLICENSED and not endorsed by or affiliated with Phaxio.

phaxio-ios's People

Contributors

nschulze avatar jnankin avatar

Watchers

 avatar James Cloos avatar  avatar Ilia avatar  avatar

Forkers

langford

phaxio-ios's Issues

Issue with installation via cocoapods

Hi guys! I try to install Phaxio via cocoapods, and I get this error:

Analyzing dependencies
[!] Unable to find a specification for Phaxio

I'm using 1.0.1 cocoapods version and Swift, and I have use_frameworks! in my podfile. Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.