-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
30 lines (29 loc) · 890 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
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
source 'https://github.com/EaseComponent/EaseSpecs.git'
source 'https://github.com/CocoaPods/Specs.git'
target 'Weather_App' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
#pod 'MMMarkdown', '~> 0.5.5'
#pod 'Masonry', '~> 1.1.0'
#pod 'AFNetworking', '~> 3.1.0'
#pod 'SDWebImage', '~> 4.1.0'
# Pods for Weather_App
pod 'YTKNetwork', '~> 2.0.4'
pod 'AppLord'
pod 'Bolts'
pod 'MMMarkdown', '~> 0.5.5'
# pod 'PromiseKit'
pod 'Masonry', '~> 1.1.0'
pod 'AFNetworking', '~> 3.1.0'
pod 'SDWebImage', '~> 4.4.7'
pod 'JLRoutes', '~> 2.1'
pod 'IGListKit', '~> 4.0.0'
pod 'MJRefresh', '~> 3.1.15.3'
pod 'KVOController'
pod 'MMKV'
pod 'TransitionKit', '~> 2.0.0'
pod 'EaseRefreshProxy'
pod 'MLeaksFinder'
end