4 "summary": "Useful macro's for Objective-C projects",
5 "description": " Useful macro's for Objective-C projects.\n\n * SPXAssertionDefines - Provides convenience assertions that will NOT crash on release builds\n * SPXEncodingDefines - Provides cleaner encoding/decoding macros with compile-time checking\n * SPXLoggingDefines - Provides cleaner logging, using CocoaLumberjack if available, otherwise falling gracefully back to NSLog with cleaner output.\n",
6 "homepage": "https://github.com/shaps80/SPXDefines",
12 "Shaps M": "shaps80@me.com"
14 "social_media_url": "http://twitter.com/shaps",
20 "git": "https://github.com/shaps80/SPXDefines.git",
31 "source_files": "SPXAsserts/*.{h,m}"
35 "source_files": "SPXEncoding/*.{h,m}"
39 "source_files": "SPXLogging/*.{h,m}"