blob: 402ae67f15819f5504a0c191d8d7ed06de27da83 [file] [log] [blame]
{
"name": "MSStringifyMacros",
"version": "0.1.1",
"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.1"
},
"source_files": "MSStringifyMacros*.h",
"platforms": {
"ios": "2.0",
"osx": "10.2"
},
"requires_arc": false,
"subspecs": [
{
"name": "UserDefaults",
"source_files": "MSStringifyMacros_UserDefaults.h"
},
{
"name": "Archiving",
"source_files": "MSStringifyMacros_Archiving.h"
}
]
}