Advertisement
Guest User

Untitled

a guest
Sep 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 0.61 KB | None | 0 0
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '10.0'
  3.  
  4. inhibit_all_warnings!
  5.  
  6. target 'Nvtech.SedkpFips.iOS' do
  7.   # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  8.   use_frameworks!
  9.  
  10.   # Pods for Nvtech.SedkpFips.iOS
  11.   pod 'Alamofire', '~> 4.5.0'
  12.   pod 'AlamofireObjectMapper', '~> 5.0'
  13.   pod 'AlamofireImage', '~> 3.3'
  14.   pod 'PKHUD', '~> 5.0'
  15.   pod 'SideMenu', '~> 3.1.5'
  16. #  pod 'SideMenuController'
  17.   #  pod 'AnimatedTextInput'
  18.   pod 'MaterialTextField', '~> 0.2.1'
  19.   pod 'MuPDF', '~> 1.10'
  20.   pod 'Zip', '~> 1.1'
  21.  
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement