Podfile 444 B

1234567891011121314151617181920212223
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'Fiscus' do
  4. # Comment the next line if you don't want to use dynamic frameworks
  5. use_frameworks!
  6. # Pods for Fiscus
  7. pod 'Alamofire'
  8. pod 'RealmSwift'
  9. pod 'SwiftyJSON'
  10. pod 'Toast-Swift'
  11. target 'FiscusTests' do
  12. inherit! :search_paths
  13. # Pods for testing
  14. end
  15. target 'FiscusUITests' do
  16. # Pods for testing
  17. end
  18. end