[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / f / e / b / MSStringifyMacros / 0.1.3 / MSStringifyMacros.podspec.json
blobe8a883cc342be07d071dee4909ff1a0ff85d8156
2   "name": "MSStringifyMacros",
3   "version": "0.1.3",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A set of macros for simplifying the use of NSUserDefaults and NSCoding.",
9   "description": "                        MSStringifyMacros provides a convenient alternative to the normally tedious\n                        and potentially error-prone standard approach to coding for NSUserDefaults and NSCoding.\n",
10   "homepage": "https://github.com/murraysagal/MSStringifyMacros",
11   "authors": {
12     "Murray Sagal": "murraysagal@mac.com"
13   },
14   "source": {
15     "git": "https://github.com/murraysagal/MSStringifyMacros.git",
16     "tag": "0.1.3"
17   },
18   "source_files": "MSStringifyMacro.h",
19   "public_header_files": "*.h",
20   "platforms": {
21     "ios": "2.0",
22     "osx": "10.2"
23   },
24   "requires_arc": false,
25   "subspecs": [
26     {
27       "name": "Archiving",
28       "source_files": "MSStringifyMacros_Archiving.h"
29     },
30     {
31       "name": "UserDefaults",
32       "source_files": "MSStringifyMacros_UserDefaults.h"
33     }
34   ]