mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
ASMultiplexImageNode.
Initial open-source release of ASMultiplexImageNode. Documentation and example code forthcoming. Note: ASMultiplexImageNode requires Xcode 6 to compile. Tests are now compiled against the iOS 8 SDK and run on iOS 7.1 and iOS 8.
This commit is contained in:
@@ -20,6 +20,9 @@ Pod::Spec.new do |spec|
|
||||
'Base/*.{h,m}'
|
||||
]
|
||||
|
||||
spec.frameworks = 'AssetsLibrary'
|
||||
spec.weak_frameworks = 'Photos'
|
||||
|
||||
# ASDealloc2MainObject must be compiled with MRR
|
||||
spec.requires_arc = true
|
||||
spec.exclude_files = ['AsyncDisplayKit/Details/ASDealloc2MainObject.m']
|
||||
|
||||
Reference in New Issue
Block a user