mirror of
https://github.com/TextureGroup/Texture.git
synced 2026-04-07 19:17:39 +00:00
* Try to get CI to work * update to xcode that exists * Use a more recent sim; update podfiles not to use github as source * fix clang 10 error about 10 being extern * don’t override deprecated method * Fix tests and snapshot tests
19 lines
381 B
Ruby
19 lines
381 B
Ruby
# Uncomment the next line to define a global platform for your project
|
|
# platform :ios, '9.0'
|
|
|
|
source 'https://cdn.cocoapods.org/'
|
|
target 'Shop' do
|
|
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
|
|
# use_frameworks!
|
|
|
|
# Pods for Shop
|
|
|
|
pod 'Texture'
|
|
|
|
target 'ShopTests' do
|
|
inherit! :search_paths
|
|
# Pods for testing
|
|
end
|
|
|
|
end
|