-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathPodfile
More file actions
34 lines (29 loc) · 761 Bytes
/
Podfile
File metadata and controls
34 lines (29 loc) · 761 Bytes
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
# Uncomment the next line to define a global platform for your project
platform :ios, '11.0'
target 'WeChat' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
pod 'FastSocket'
pod 'ASIHTTPRequest'
pod 'Protobuf'
pod 'SDWebImage'
pod 'Ono' # xml
pod 'Realm'
pod 'CocoaLumberjack'
pod 'RegexKitLite'
pod 'Json2pb' , :git => 'https://github.com/henrayluo/json2pb.git'
pod 'IQKeyboardManager'
pod 'MBProgressHUD', '~> 1.1.0'
pod 'YYModel'
pod 'CocoaZ', '~> 1.2'
# Pods for WeChat
target 'WeChatTests' do
inherit! :search_paths
# Pods for testing
pod 'Protobuf'
end
target 'WeChatUITests' do
inherit! :search_paths
# Pods for testing
end
end