-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPodfile
32 lines (28 loc) · 885 Bytes
/
Podfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
target "SchoolPower" do
source "https://github.com/CocoaPods/Specs.git"
platform :ios, '12.0'
use_frameworks!
pod 'MaterialComponents'
pod 'Material'
pod 'SwiftyJSON'
pod 'Charts'
pod 'Google-Mobile-Ads-SDK'
pod 'ActionSheetPicker-3.0'
pod 'VTAcknowledgementsViewController'
pod 'MKRingProgressView', '2.2'
pod 'CustomIOSAlertView'
pod 'DGElasticPullToRefresh', :git => 'https://github.com/KennethTsang/DGElasticPullToRefresh'
pod 'XLPagerTabStrip'
pod 'Alamofire'
pod 'CropViewController'
pod 'lottie-ios'
pod 'SwiftSVG'
pod 'PocketSVG'
# post_install do |installer|
# installer.pods_project.targets.each do |target|
# target.build_configurations.each do |config|
# config.build_settings['SWIFT_VERSION'] = '4.2'
# end
# end
# end
end