[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / e / b / MSStringifyMacros / 0.1.6 / MSStringifyMacros.podspec.json
blobf9ed8959a2a1180545b82048664fbaecae5b662b
2   "name": "MSStringifyMacros",
3   "version": "0.1.6",
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.6"
17   },
18   "source_files": "MSStringifyMacro.h",
19   "platforms": {
20     "ios": "2.0",
21     "osx": "10.2"
22   },
23   "requires_arc": false,
24   "subspecs": [
25     {
26       "name": "Archiving",
27       "source_files": [
28         "MSStringifyMacros_Archiving.h",
29         "NSKeyedArchiver+MSStringifyMacrosAdditions.{h,m}",
30         "NSKeyedUnarchiver+MSStringifyMacrosAdditions.{h,m}"
31       ]
32     },
33     {
34       "name": "UserDefaults",
35       "source_files": "MSStringifyMacros_UserDefaults.h"
36     }
37   ]