Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Added more description for using cardio via use_framworks! in swift #200

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

Conversation

2inqui
Copy link

@2inqui 2inqui commented Apr 29, 2016

Just some more information about how to properly setup the pod in swift.

@@ -59,6 +59,11 @@ The card.io iOS SDK includes header files and a single static library. We'll wal
pod 'CardIO'
```

*Note:* If you want to use `user_frameworks!` in swift you have to add a
Copy link
Contributor

@bluk bluk Apr 29, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe you mean use_frameworks! (not user). Maybe:

Note: If you have `use_frameworks!` in the Podfile for Swift, you have to add a bridging header and add `#import <CardIO/CardIO.h>` to the bridging header file. See [#126](https://github.com/card-io/card.io-iOS-SDK/pull/126) for more details.

Copy link
Author

@2inqui 2inqui Apr 29, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep fixing that xD

_Done_

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants