mirror of
https://github.com/TelegramMessenger/TelegramStickersImport.git
synced 2025-10-31 05:22:24 +00:00
12 lines
182 B
Ruby
12 lines
182 B
Ruby
use_frameworks!
|
|
|
|
target 'Example' do
|
|
platform :ios, '9.0'
|
|
|
|
pod 'TelegramStickersImport', :path => '../'
|
|
|
|
# In production, you should use:
|
|
# pod 'TelegramStickersImport'
|
|
|
|
end
|