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",
23 "source_files": "Classes/**/*.{h,m}",
29 "Classes/SPXAsserts/*.{h,m}",
30 "Classes/SPXDefinesCommon.h"
36 "Classes/SPXEncoding/*.{h,m}",
37 "Classes/SPXDefinesCommon.h"
43 "Classes/SPXLogging/*.{h,m}",
44 "Classes/SPXDefinesCommon.h"
48 "name": "Description",
50 "Classes/SPXDescription/*.{h,m}",
51 "Classes/SPXDefinesCommon.h"