Initial commit

This commit is contained in:
2019-11-20 14:19:13 -05:00
commit 37320d65f1
21 changed files with 1196 additions and 0 deletions

14
Example/Podfile Normal file
View File

@@ -0,0 +1,14 @@
use_frameworks!
target 'UIDeviceModelNames_Example' do
pod 'UIDeviceModelNames', :path => '../'
target 'UIDeviceModelNames_Tests' do
inherit! :search_paths
pod 'Quick', '~> 1.2.0'
pod 'Nimble', '~> 7.0'
pod 'FBSnapshotTestCase' , '~> 2.1.4'
pod 'Nimble-Snapshots' , '~> 6.3.0'
end
end