Skip to content

splinesoft/SPLCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPLCore Circle CI Coverage Status

Shared dependencies for Splinesoft apps. SPLCore was extracted from my app MUDRammer, a Modern MUD Client for iPhone and iPad.

SPLCore has 3 parts:

Additions

Various category additions.

Models

  • SSMagicManagedObject: A core NSManagedObject subclass with several helpers for use with MagicalRecord.

SPLCore

  • 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.

Install

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'