mirror of https://github.com/SnapKit/SnapKit
[FAQ] Clarify that framework limitation is from Apple not CocoaPods
This commit is contained in:
parent
1d24b90436
commit
ba2ace9522
6
faq.md
6
faq.md
|
@ -5,9 +5,9 @@ permalink: /faq/
|
||||||
---
|
---
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
#### Cocoapods won't let me install SnapKit into my iOS 7.0 project?
|
#### CocoaPods won't let me install SnapKit into my iOS 7.0 project?
|
||||||
|
|
||||||
SnapKit doesn't use any iOS 8.0 specific APIs but because Cocoapods does not support integrating Swift code without dynamic frameworks it cannot be integrated via Cocoapods for iOS 7.0 deployments. You should instead embed the source code directly into your application.
|
SnapKit doesn't use any iOS 8.0 specific APIs, but since Xcode does not support integrating Swift code without dynamic frameworks it cannot be integrated via a framework for iOS 7.0 deployments. You should instead embed the source code directly into your application.
|
||||||
|
|
||||||
#### Do you have any examples?
|
#### Do you have any examples?
|
||||||
|
|
||||||
|
@ -25,4 +25,4 @@ SnapKit is about building code based views and layouts. Interface Builder is fid
|
||||||
|
|
||||||
* [Robert Payne](https://github.com/robertjpayne)
|
* [Robert Payne](https://github.com/robertjpayne)
|
||||||
* [Jonas Budelmann](https://github.com/cloudkite)
|
* [Jonas Budelmann](https://github.com/cloudkite)
|
||||||
* [Countless others](https://github.com/SnapKit/SnapKit/graphs/contributors)
|
* [Countless others](https://github.com/SnapKit/SnapKit/graphs/contributors)
|
||||||
|
|
Loading…
Reference in New Issue