Guest User

My Podfile

a guest
Oct 16th, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.16 KB | None | 0 0
  1. platform :ios, '8.0'
  2. use_frameworks!
  3.  
  4. source 'https://github.com/CocoaPods/Specs.git'
  5.  
  6. target 'xxxx' do
  7. ...
  8.     pod 'UIColor+BFPaperColors', '~> 1.3.1'
  9. ...
  10. end
Advertisement
Add Comment
Please, Sign In to add comment