Blame view

Podfile 411 Bytes
d774f0637   Trịnh Văn Quân   fisrt comit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  # Uncomment the next line to define a global platform for your project
  #platform :ios, '9.0'
  
  target 'App' do
    # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
    use_frameworks!
  
    pod 'ObjectMapper', '~> 2.2'
    pod 'Kingfisher', '~> 3.0'
    pod 'SCLAlertView'
    pod 'SwiftOverlays', '~> 3.0.0'
    pod 'SwiftyJSON'
    pod 'SwiftyAttributes'
    pod 'Toaster', '~> 2.0'
  end