blob: eb1b3f3200e4c2b82649b15c8a9d4cc562a1b987 [file] [log] [blame]
{
"name": "MSStringifyMacros",
"version": "0.1.4",
"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.4"
},
"source_files": "MSStringifyMacro.h",
"public_header_files": "*.h",
"platforms": {
"ios": "2.0",
"osx": "10.2"
},
"requires_arc": false,
"subspecs": [
{
"name": "Core",
"source_files": "MSStringifyMacro.h"
},
{
"name": "Archiving",
"dependencies": {
"MSStringifyMacros/Core": [
]
},
"source_files": "MSStringifyMacros_Archiving.h"
},
{
"name": "UserDefaults",
"dependencies": {
"MSStringifyMacros/Core": [
]
},
"source_files": "MSStringifyMacros_UserDefaults.h"
}
]
}