blob: 22ac3a23e451efa8660b549f018bf95b8e429066 [file] [log] [blame]
{
"name": "MSStringifyMacros",
"version": "0.1.2",
"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.2"
},
"source_files": "MSStringifyMacro.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"
}
]
}