-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
48 lines (40 loc) · 1.05 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
platform :ios, '11.0'
use_frameworks!
target 'Chronic' do
# Utilities
pod 'SwiftyJSON'
pod 'ReachabilitySwift'
pod 'SDVersion'
pod 'PureLayout'
pod 'DZNEmptyDataSet'
pod 'Charts'
pod 'AMPopTip'
pod 'NotificationBannerSwift'
pod 'Branch'
# Transitions / Segues
pod 'BubbleTransition'
pod 'AMWaveTransition'
pod 'MZFormSheetPresentationController'
# Animations
pod 'UICountingLabel'
# Parse
pod 'Parse'
# Analytics
pod 'Firebase/Core'
# Ad Networks
pod 'mopub-ios-sdk'
pod 'MoPub-AdColony-Adapters'
pod 'MoPub-AdMob-Adapters'
pod 'MoPub-FacebookAudienceNetwork-Adapters'
# Deprecated Frameworks
#pod 'GreystripeSDK' // installed manually cocoapods not up-to-date
#pod 'CNPPopupController'
#pod 'PermissionScope'
#pod 'Spring'
#pod 'ChameleonFramework/Swift'
#pod 'Rollout'
#pod 'Appsee'
#pod 'AdColony'
#pod 'LaunchKit
#pod 'Whisper', :git => 'https://github.com/Ferdens/Whisper.git', :branch => 'swift5'
end