forked from adamnemecek/OKKLineSwift
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPodfile
44 lines (32 loc) · 1.12 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
37
38
39
40
41
42
43
44
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'OKKLineSwift-iOS' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
platform :ios, '10.0'
use_frameworks!
# Pods for OKKlineSwift-iOS
pod 'SnapKit'
end
target 'OKKLineSwift-iOS-Demo' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
platform :ios, '10.0'
use_frameworks!
# Pods for OKKLineSwift-iOS-Demo
pod 'Just', :git => 'https://github.com/rpinz/Just.git', :branch => 'master'
pod 'SnapKit'
end
target 'OKKLineSwift-macOS' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
platform :osx, '10.12'
use_frameworks!
# Pods for OKKlineSwift-macOS
pod 'SnapKit'
end
target 'OKKLineSwift-macOS-Demo' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
platform :osx, '10.12'
use_frameworks!
# Pods for OKKLineSwift-macOS-Demo
pod 'Just', :git => 'https://github.com/rpinz/Just.git', :branch => 'master'
pod 'SnapKit'
end