-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
40 lines (24 loc) · 703 Bytes
/
Copy pathPodfile
File metadata and controls
40 lines (24 loc) · 703 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
35
36
37
38
39
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/Jiuaim/Private_repos.git'
workspace 'GeneralEngineering'
project 'General/General.xcodeproj'
project 'Commen/Commen.xcodeproj'
target :General do
platform :ios, '8.0'
inhibit_all_warnings!
pod 'AFNetworking', '~> 3.1.0'
pod 'SDWebImage', '~> 3.8.1'
pod 'MJRefresh', '~> 3.1.12'
pod 'MJExtension', '~> 3.0.13'
pod 'Masonry', '~> 1.0.1'
pod 'BlocksKit', '~> 2.2.5'
pod 'MBProgressHUD', '~> 1.0.0'
pod 'LFLiveKit', '~> 2.3'
project 'General/General.xcodeproj'
end
target :Commen do
platform :ios, '8.0'
inhibit_all_warnings!
pod 'SDWebImage', '~> 3.8.1'
project 'Commen/Commen.xcodeproj'
end