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

Podfile #20

Open
nsinklier opened this issue Jul 14, 2018 · 0 comments
Open

Podfile #20

nsinklier opened this issue Jul 14, 2018 · 0 comments

Comments

@nsinklier
Copy link

If you inherit search paths in your podfile it will be easier to use.

platform :ios, '9.0'
source 'https://github.com/CocoaPods/Specs.git'

target :ColorPicker do
    pod 'iOS-Color-Picker', path: '../'
end

target :SwiftyPicker do
    inherit! :search_paths
    use_frameworks!
    pod 'iOS-Color-Picker', path: '../'
end
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

1 participant