Podfile 277 B

1234567891011121314
  1. # Uncomment this line to define a global platform for your project
  2. # platform :ios, '8.0'
  3. # Uncomment this line if you're using Swift
  4. use_frameworks!
  5. target 'SocketChat' do
  6. pod 'Alamofire'
  7. pod 'MBProgressHUD'
  8. pod 'Socket.IO-Client-Swift'
  9. pod 'MagicalRecord'
  10. pod 'YYText'
  11. end