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

Podspec and distribution via CocoaPods #22

Closed
modocache opened this issue Jun 10, 2014 · 1 comment
Closed

Podspec and distribution via CocoaPods #22

modocache opened this issue Jun 10, 2014 · 1 comment

Comments

@modocache
Copy link
Member

As of afc541e, Quick can be manually installed in any XCTest bundle. It would be nice to integrate with CocoaPods to automate this process.

I'm not sure if this is currently possible; see my comment here for details on the issue. Basically, CocoaPods packages Swift files up and places them in a Pods project, but it does not define a Swift module (as far as I can tell).

CocoaPods/CocoaPods#2222 appears to add .swift files to the list of files that CocoaPods packages by default, but that probably won't solve the module problem. Might be worth asking at CocoaPods/CocoaPods#2218.

@modocache modocache changed the title Podspec and distribution via CocoaPods [Quick, Nimble] Podspec and distribution via CocoaPods Jun 18, 2014
@modocache modocache changed the title [Quick, Nimble] Podspec and distribution via CocoaPods Podspec and distribution via CocoaPods Aug 26, 2014
@modocache
Copy link
Member Author

CocoaPods now supports Swift, and instructions were added to the README in #197.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant