Skip to content

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

Development

Successfully merging this pull request may close these issues.

1 participant