[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / f / 7 / 8 / ZippyFormat / 1.0.1 / ZippyFormat.podspec.json
blob6e7793a273074f769a1c6ad7039dce5f77cf57c2
2   "name": "ZippyFormat",
3   "version": "1.0.1",
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/ZippyFormat",
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.1"
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       "requires_arc": true,
29       "source_files": "Tests/**/*.{swift,h,m}"
30     }
31   ]