DenisBelobrotski / QulixTest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QulixTest

I'm using Xcode 9 and Swift 4.

If you want to run this project:

  1. Download this project.
  2. Install CocoaPods.
  3. Include in project Alamofire and SwiftGif using CocoaPods. My Podfile:
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'QulixTest' do
  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  pod 'Alamofire', '~> 4.5'
  pod 'SwiftGifOrigin', '~> 1.6.1'

  # Pods for QulixTest

end
  1. After installing close project and open QulixTest.xcworkspace (not QulixTest.xcodeproj).
  2. Clean (Product~>Clean) and run (Product~>Run) project.

About


Languages

Language:Swift 100.0%