-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
35 lines (30 loc) · 803 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
33
34
35
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'Blazr' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for Blazr
pod 'Alamofire'
pod 'SwiftyJSON'
pod 'Kingfisher', '~> 4.0'
pod 'KeychainAccess’
pod 'SwiftyUserDefaults'
pod 'ScreenType'
pod 'ActiveLabel'
pod 'IQKeyboardManagerSwift', '>= 6.5.0'
pod 'NVActivityIndicatorView'
pod 'InputMask'
pod 'KeychainSwift', '~> 19.0'
pod 'SwiftSoup'
pod 'YandexMapsMobile', '4.1.0-lite'
pod 'YandexMobileMetrica/Dynamic', '4.2.0'
pod 'FSCalendar'
pod 'IronSourceSDK','7.2.5.0'
target 'BlazrTests' do
inherit! :search_paths
# Pods for testing
end
target 'BlazrUITests' do
# Pods for testing
end
end