blob: 223741fb88668ea0e8bdf0d7e93c85a67f2a9e0a [file] [log] [blame]
{
"name": "SPXDefines",
"version": "1.2.3",
"summary": "Useful macro's for Objective-C projects",
"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",
"homepage": "https://github.com/shaps80/SPXDefines",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Shaps M": "shaps80@me.com"
},
"social_media_url": "http://twitter.com/shaps",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/shaps80/SPXDefines.git",
"tag": "1.2.3"
},
"source_files": "Classes/**/*.{h,m}",
"requires_arc": true
}