-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPodfile
More file actions
20 lines (16 loc) · 757 Bytes
/
Podfile
File metadata and controls
20 lines (16 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
source 'https://github.com/Artsy/Specs.git'
source 'https://github.com/CocoaPods/Specs.git'
inhibit_all_warnings!
platform :ios, '8.0'
use_frameworks!
abstract_target “targets” do
pod 'SDWebImage'
pod 'Masonry'
pod 'NSLogger'
pod 'XLFBaseViewControllerKit', :git => 'https://github.com/MarkeJave/XLFBaseViewControllerKit.git', :tag => '1.0.2'
pod 'XLFKeyboardManagerKit', :git => 'https://github.com/MarkeJave/XLFKeyboardManagerKit.git', :tag => '1.0.0'
pod 'XLFCommonKit', :git => 'https://github.com/MarkeJave/XLFCommonKit.git', :tag => '1.0.11'
pod 'XLFPinInputViewControllerKit', :git => 'https://github.com/MarkeJave/XLFPinInputViewControllerKit.git', :tag => ‘1.0.0’
target 'FileBox' do
end
end