UIDeviceModelNames/Example/Podfile

6 lines
103 B
Plaintext
Raw Normal View History

2019-11-20 19:19:13 +00:00
use_frameworks!
target 'UIDeviceModelNames_Example' do
pod 'UIDeviceModelNames', :path => '../'
end