Files
Texture/examples/ASCollectionView/Podfile
T
ricky a90ea0e0d5 Trying to get CI to work (#2085)
* 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
2023-07-26 13:29:42 -07:00

7 lines
114 B
Ruby

source 'https://cdn.cocoapods.org/'
platform :ios, '9.0'
target 'Sample' do
pod 'Texture', :path => '../..'
end