blob: 1862c94fb31e0551805442abfe384c93f5698526 [file] [log] [blame]
{
"name": "SPXDefines",
"version": "1.1.0",
"summary": "Useful macro's for Objective-C projects",
"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",
"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.1.0"
},
"source_files": "Classes/**/*.{h,m}",
"requires_arc": true,
"subspecs": [
{
"name": "Asserts",
"source_files": [
"Classes/SPXAsserts/*.{h,m}",
"Classes/SPXDefinesCommon.h"
]
},
{
"name": "Encoding",
"source_files": [
"Classes/SPXEncoding/*.{h,m}",
"Classes/SPXDefinesCommon.h"
]
},
{
"name": "Logging",
"source_files": [
"Classes/SPXLogging/*.{h,m}",
"Classes/SPXDefinesCommon.h"
]
},
{
"name": "Description",
"source_files": [
"Classes/SPXDescription/*.{h,m}",
"Classes/SPXDefinesCommon.h"
]
}
]
}