Advertisement
Guest User

Untitled

a guest
Sep 29th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. git:(swift3) git push --set-upstream origin swift3
  2. remote: Permission to CocoaPods/Specs.git denied to paul301.
  3. fatal: unable to access 'https://github.com/CocoaPods/Specs.git/': The requested URL returned error: 403
  4.  
  5. platform :ios, '9.0'
  6.  
  7. target 'Test' do
  8.  
  9. dynamic frameworks
  10. use_frameworks!
  11. pod 'Moya', '8.0.0-beta.2'
  12. pod 'iCarousel'
  13. pod 'ObjectMapper', '~> 2.0'
  14. pod 'Alamofire', '~> 4.0'
  15. pod 'FacebookCore'
  16. pod 'FacebookLogin'
  17.  
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement