Shared dependencies for Splinesoft apps. SPLCore was extracted from my app MUDRammer, a Modern MUD Client for iPhone and iPad.
SPLCore has 3 parts:
Various category additions.
SSMagicManagedObject
: A coreNSManagedObject
subclass with several helpers for use with MagicalRecord.
SPLCore.h
: base header file.SPLDebug.h
: macros and debugging helpers.SPLFloat.h
: helpers for floats and doubles on arm64/armv7. See also CGFloat in a 64-bit world.
SPLCore is available via the splinesoft specs repo.
# Podfile
source 'https://github.com/splinesoft/specs.git'
source 'https://github.com/CocoaPods/Specs.git'
pod 'SPLCore', '~> 1.0.1'