Merge pull request #89 from kylef/patch-1

[FAQ] Clarify that framework limitation is from Apple not CP
This commit is contained in:
Robert Payne 2015-05-04 08:10:44 +12:00
commit feede53843
1 changed files with 3 additions and 3 deletions

6
faq.md
View File

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