9 lines
169 B
Ruby
9 lines
169 B
Ruby
platform :ios, '16.0'
|
|
|
|
target 'Compound Inspector' do
|
|
# Comment the next line if you don't want to use dynamic frameworks
|
|
use_frameworks!
|
|
|
|
pod "HyperioniOS"
|
|
end
|