[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / f / 7 / 8 / ZippyFormat / 1.0.0 / ZippyFormat.podspec.json
blobefc37172f28e128b6595630d6dbfbe772d1c855b
2   "name": "ZippyFormat",
3   "version": "1.0.0",
4   "summary": "A faster version of +[NSString stringWithFormat:]",
5   "description": "ZippyFormat is a fast drop-in replacement for +[NSString stringWithFormat:]",
6   "homepage": "https://github.com/michaeleisel/ZippyJSON",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "michaeleisel": "michael.eisel@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/michaeleisel/ZippyFormat.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "11.0",
20     "osx": "10.13"
21   },
22   "source_files": "Sources/**/*.{h,hh,mm,m,c,cpp}",
23   "requires_arc": false,
24   "testspecs": [
25     {
26       "name": "Tests",
27       "test_type": "unit",
28       "source_files": "Tests/**/*.{swift,h,m}"
29     }
30   ]