Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for Carthage dependency manager #116

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 20, 2016

  1. Added support for Carthage dependency manager

    Why:
    *to allow use of Carthage and let it build a library for you
    
    This change is addressed by:
    *New target to coexist with current
    *Duplicated compile sources  (minus the AFNetworking categories)
    *Duplicated public headers
    *new shared target
    mashdup authored and Dillon Hoa committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    0de1485 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2016

  1. reduce deployment target to 8.0

    Dillon Hoa authored and Dillon Hoa committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    4f8208f View commit details
    Browse the repository at this point in the history