mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-04 20:00:53 +00:00
* Drop support for iOS 7 * Copy reference images * Update deployment for sample projects * Update version * Update "Life Without Cocoapods"
7 lines
134 B
Ruby
7 lines
134 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
platform :ios, '8.0'
|
|
target 'Sample' do
|
|
pod 'AsyncDisplayKit', :path => '../..'
|
|
end
|
|
|