mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-04 20:00:53 +00:00
https://github.com/TextureGroup/Texture/pull/743 Manually merged since I forgot to retarget that diff onto master before merge
10 lines
279 B
Ruby
10 lines
279 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
|
|
platform :ios, '9.0'
|
|
target 'ASDKListKitTests' do
|
|
pod 'Texture/IGListKit', :path => '../..'
|
|
pod 'OCMock', '~> 3.4'
|
|
pod 'JGMethodSwizzler', :git => 'https://github.com/JonasGessner/JGMethodSwizzler', :branch => 'master'
|
|
end
|
|
|