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

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.

@lingoer
Copy link
Member

lingoer commented Feb 25, 2015

Yes, you have to include the files manually.

@lingoer lingoer closed this as completed Feb 25, 2015
@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?

@lingoer
Copy link
Member

lingoer commented Mar 2, 2015

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).

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

No branches or pull requests

4 participants