Skip to content
New issue

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

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

Already on GitHub? # to your account

No Cocoapods support for iOS 7 #151

Closed
donshefer opened this issue Feb 12, 2015 · 6 comments
Closed

No Cocoapods support for iOS 7 #151

donshefer opened this issue Feb 12, 2015 · 6 comments

Comments

@donshefer
Copy link

The requirements say you support iOS 7 but the pod only supports iOS 8.

Is this right? Does that mean to support iOS 7 I have to include the files manually?

@brendanmartens
Copy link

I am also wondering about this.

@aemaeth-me
Copy link
Member

Yes, you have to include the files manually.

@brendanmartens
Copy link

Is that because of how SwiftyJSON is bundled for cocoapods? I was reading up a bit and it sounds like there is a new framework type that only ios8+ can use... is SwiftyJSON using that?

@aemaeth-me
Copy link
Member

Yes, because the cocoapods is using that type.

@germanger
Copy link

So... including SwiftyJson with a pod wont work with IOS 7 ? but if I include SwiftyJson without a pod, it will?

@brendanmartens
Copy link

That's correct, although the reasons are a bit nuanced (it has to do with how a swift project must be built in order to be managed by cocoapods, IIRC).

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants