Skip to content

Instantly share code, notes, and snippets.

@4np
Created December 16, 2016 09:19
Show Gist options
  • Select an option

  • Save 4np/8761d1eb8c17b345b2a0726480e70d86 to your computer and use it in GitHub Desktop.

Select an option

Save 4np/8761d1eb8c17b345b2a0726480e70d86 to your computer and use it in GitHub Desktop.
Podfile for enclosed example app
platform :ios, '9.0'
target 'Example' do
use_frameworks!
pod 'NameOfTheFramework', :path => "../"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment