Podfile 578 Bytes
platform :ios, ‘9.0’
use_frameworks!
inhibit_all_warnings!

target 'ParentAssistant' do

    pod 'HandyJSON', '~> 4.1.1'
    pod 'Alamofire','~>4.7.2'
    pod 'AlamofireImage','~> 3.3.1'
	pod 'SDWebImage','~>3.8.2'
	pod 'Toast','~>3.1.0'
	pod 'XRCarouselView','~>2.5.6'
	pod 'Reachability','~>3.2'
	pod 'UMCCommon','~>1.4.2'
	pod 'UMCSecurityPlugins','~>1.0.6'
	pod 'UMCAnalytics','~>5.4.1'
	pod 'UMCErrorCatch','~>1.0.0'
	pod 'DZNEmptyDataSet','~>1.8.1'
	pod 'SVProgressHUD','~>2.2.5'
	pod 'NIMSDK_LITE','~>4.9.0'
	pod 'SwiftHash','~>2.0.1'
    pod 'SnapKit','~>4.0.0'
end