forked from haiwen/seafile-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
31 lines (26 loc) · 936 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
31
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