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
7 lines
114 B
Ruby
7 lines
114 B
Ruby
source 'https://cdn.cocoapods.org/'
|
|
platform :ios, '9.0'
|
|
target 'Sample' do
|
|
pod 'Texture', :path => '../..'
|
|
end
|
|
|