blob: f9ed8959a2a1180545b82048664fbaecae5b662b [file] [log] [blame]
{
"name": "MSStringifyMacros",
"version": "0.1.6",
"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.6"
},
"source_files": "MSStringifyMacro.h",
"platforms": {
"ios": "2.0",
"osx": "10.2"
},
"requires_arc": false,
"subspecs": [
{
"name": "Archiving",
"source_files": [
"MSStringifyMacros_Archiving.h",
"NSKeyedArchiver+MSStringifyMacrosAdditions.{h,m}",
"NSKeyedUnarchiver+MSStringifyMacrosAdditions.{h,m}"
]
},
{
"name": "UserDefaults",
"source_files": "MSStringifyMacros_UserDefaults.h"
}
]
}