forked from haiwen/seafile-iOS
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPodfile
More file actions
29 lines (24 loc) · 879 Bytes
/
Podfile
File metadata and controls
29 lines (24 loc) · 879 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
def shared
platform :ios, '8.0'
pod 'Seafile', :path => "./"
pod 'AFNetworking', '~> 2.6.1'
pod 'OpenSSL-Universal', '~> 1.0.1.p'
end
target :"seafile-appstore" do
pod 'SVPullToRefresh', :git => 'https://github.com/lilthree/SVPullToRefresh.git', :branch => 'master'
pod 'SVProgressHUD', '~> 1.1.3'
pod 'SWTableViewCell', :git => 'https://github.com/haiwen/SWTableViewCell.git', :branch => 'master'
pod 'MWPhotoBrowser', :git => 'https://github.com/haiwen/MWPhotoBrowser.git', :branch => 'master'
pod 'QBImagePickerController', :git => 'https://github.com/haiwen/QBImagePickerController.git', :branch => 'master'
shared
end
target :"SeafProvider" do
shared
end
target :"SeafProviderFileProvider" do
shared
end
target :"SeafAction" do
pod 'SVPullToRefresh', :git => 'https://github.com/lilthree/SVPullToRefresh.git', :branch => 'master'
shared
end