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

Add CocoaPods support #31

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

Conversation

philtre
Copy link

@philtre philtre commented Aug 30, 2017

I've added a Podspec file to allow using Aphid in iOS and macOS projects.
When adding Aphid to your project, also add BlueSocket and BlueSSLService pods:

pod "BlueSocket"
pod "BlueSSLService"
pod "Aphid"

Or, to use it in another library, add Aphid as a dependency to your Podspec:

s.dependency "Aphid"

To use Aphid in your code, import both BlueSocket and Aphid:

import Socket
import Aphid

I've been able to successfully build Aphid using CocoaPods on both iOS and macOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant