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:
Nadine Salter
2014-11-13 18:59:18 -08:00
parent 40cee777a4
commit 3c8d4e9517
11 changed files with 1304 additions and 10 deletions

View File

@@ -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']