4 "summary": "Useful macro's for Objective-C projects",
5 "description": " Useful macro's for Objective-C projects. All of the macros include compile-time checks where applicable.\n\n * SPXAssertionDefines - Provides convenience assertions that will NOT crash on release builds\n * SPXDescriptionDefines - Provides convenient description and keyPath macros for better and more consistent representations of your subclasses.\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}",