GITLAB

IOSGroup / ParentAssistant

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • parentassistant
  • ParentAssistant
  • Podfile
  • 3afd9170   no message Browse Code »
    葛建军
    2018-03-22 19:28:01 +0800  
Podfile 356 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
platform :ios, ‘9.0’
use_frameworks!
inhibit_all_warnings!

def pods
pod 'Alamofire'
pod 'SDWebImage'
pod 'Toast'
pod 'XRCarouselView'
pod 'Reachability'
pod 'UMCCommon'
pod 'UMCSecurityPlugins'
pod 'UMCAnalytics'
pod 'UMCErrorCatch'
pod 'DZNEmptyDataSet'
pod 'SVProgressHUD'
pod 'NIMSDK_LITE'
pod 'SwiftHash'

end
target 'ParentAssistant' do
pods
end