|
1
|
use_frameworks! |
|
2
|
|
|
3
|
def shared_pods |
|
4
|
pod 'JomloTableView', path: '../' |
|
5
|
end |
|
6
|
|
|
7
|
target 'JomloTableView_Example_iOS' do |
|
8
|
platform :ios, '14.0' |
|
9
|
shared_pods |
|
10
|
end |
|
11
|
|
|
12
|
target 'JomloTableView_Example_tvOS' do |
|
13
|
platform :tvos, '14.0' |
|
14
|
shared_pods |
|
15
|
end |