mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-16 03:09:56 +00:00
* Improve the call pattern when loading table/collection data * When deleting sections, no need to delete rows first * Clean up a couple things
10 lines
282 B
Ruby
10 lines
282 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
|
|
platform :ios, '7.0'
|
|
|
|
target :'AsyncDisplayKitTests' do
|
|
pod 'OCMock', '~> 2.2'
|
|
pod 'FBSnapshotTestCase/Core', '~> 2.1'
|
|
pod 'JGMethodSwizzler', :git => 'https://github.com/JonasGessner/JGMethodSwizzler', :branch => 'master'
|
|
end
|