Skip to content

Instantly share code, notes, and snippets.

@klaaspieter
Created March 27, 2013 19:31
Show Gist options
  • Save klaaspieter/5257292 to your computer and use it in GitHub Desktop.
Save klaaspieter/5257292 to your computer and use it in GitHub Desktop.
Example of a Podfile that uses my fixed stripe-ios branch but still fails Note: requires Cocoapods 0.17.0.rc5
platform :ios, '6'
pod 'Stripe', :git => 'https://github.com/klaaspieter/stripe-ios.git', :branch => 'missing-header'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment