forked from haiwen/seafile-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
36 lines (30 loc) · 1.06 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
def shared
platform :ios, '8.0'
pod 'Seafile', :path => "./"
pod 'AFNetworking', '~> 2.6.1'
pod 'OpenSSL-Universal', '~> 1.0.1.p'
pod 'APLRUCache', '~> 1.0.0'
end
target :"seafileApp" 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'
pod 'WechatOpenSDK', '~> 1.8.0'
shared
end
target :"SeafFileProvider" do
shared
end
target :"SeafFileProviderUI" do
shared
end
target :"SeafAction" do
pod 'SVPullToRefresh', :git => 'https://github.com/lilthree/SVPullToRefresh.git', :branch => 'master'
shared
end
target :"SeafShare" do
pod 'SVPullToRefresh', :git => 'https://github.com/lilthree/SVPullToRefresh.git', :branch => 'master'
shared
end