[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / e / b / MSStringifyMacros / 0.1.0 / MSStringifyMacros.podspec.json
blob65ddb0327b88b4e33c88eca7aaa69fe31cc384f4
2   "name": "MSStringifyMacros",
3   "version": "0.1.0",
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.0"
17   },
18   "platforms": {
19     "osx": null
20   },
21   "source_files": "MSStringifyMacros*.h",
22   "requires_arc": false,
23   "subspecs": [
24     {
25       "name": "UserDefaults",
26       "source_files": "MSStringifyMacros_UserDefaults.h"
27     },
28     {
29       "name": "Archiving",
30       "source_files": "MSStringifyMacros_Archiving.h"
31     }
32   ]