blob: e8a883cc342be07d071dee4909ff1a0ff85d8156 [file] [log] [blame]
{
"name": "MSStringifyMacros",
"version": "0.1.3",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A set of macros for simplifying the use of NSUserDefaults and NSCoding.",
"description": " MSStringifyMacros provides a convenient alternative to the normally tedious\n and potentially error-prone standard approach to coding for NSUserDefaults and NSCoding.\n",
"homepage": "https://github.com/murraysagal/MSStringifyMacros",
"authors": {
"Murray Sagal": "murraysagal@mac.com"
},
"source": {
"git": "https://github.com/murraysagal/MSStringifyMacros.git",
"tag": "0.1.3"
},
"source_files": "MSStringifyMacro.h",
"public_header_files": "*.h",
"platforms": {
"ios": "2.0",
"osx": "10.2"
},
"requires_arc": false,
"subspecs": [
{
"name": "Archiving",
"source_files": "MSStringifyMacros_Archiving.h"
},
{
"name": "UserDefaults",
"source_files": "MSStringifyMacros_UserDefaults.h"
}
]
}