Skip to content

Instantly share code, notes, and snippets.

@vani2
Created March 23, 2020 12:56
Show Gist options
  • Save vani2/639ff352e39ec184d1e8bd8f1236784c to your computer and use it in GitHub Desktop.
Save vani2/639ff352e39ec184d1e8bd8f1236784c to your computer and use it in GitHub Desktop.
platform :iOS, ’13.0’
use_frameworks!
target ‘ModuleExample’ do
end
target ‘Service’ do
pod ‘Model’, :path => ‘Model’
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment