From ba2ace9522fa2cbeb175d34a2bf5114aef2b1ff8 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Sun, 3 May 2015 19:24:36 +0100 Subject: [PATCH] [FAQ] Clarify that framework limitation is from Apple not CocoaPods --- faq.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/faq.md b/faq.md index 7218e92..e6a301f 100644 --- a/faq.md +++ b/faq.md @@ -5,9 +5,9 @@ permalink: /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? @@ -25,4 +25,4 @@ SnapKit is about building code based views and layouts. Interface Builder is fid * [Robert Payne](https://github.com/robertjpayne) * [Jonas Budelmann](https://github.com/cloudkite) -* [Countless others](https://github.com/SnapKit/SnapKit/graphs/contributors) \ No newline at end of file +* [Countless others](https://github.com/SnapKit/SnapKit/graphs/contributors)