[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 5 / f / MCategoryExt / 1.0 / MCategoryExt.podspec.json
bloba9ef3502ea5ea1a23a211f7bc922442c9d8e7954
2   "name": "MCategoryExt",
3   "version": "1.0",
4   "summary": "A short description of MCategoryExt. create for djm in 20190809, xcode 10.3, with Obj-C.据说摘要没有意义?",
5   "description": "自己的常用的分类集合,简单的,常用的,听说这一行要比 summary 长长长?听说这一行要比 summary 长长长?听说这一行要比 summary 长长长?听说这一行要比 summary 长长长?",
6   "homepage": "https://gitee.com/qq_connect-djm/public",
7   "license": "MIT",
8   "authors": {
9     "djm": "( ̄︶ ̄)"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://gitee.com/qq_connect-djm/public.git",
16     "tag": "1.0"
17   },
18   "source_files": "MCategoryExt/MExtend/*.{h,m}",
19   "subspecs": [
20     {
21       "name": "CommonlyUsedConvenientMethod",
22       "subspecs": [
23         {
24           "name": "CommonlyUsed",
25           "source_files": "MCategoryExt/MExtend/CommonlyUsedConvenientMethod/CommonlyUsed/*.{h,m}"
26         },
27         {
28           "name": "Extend",
29           "source_files": "MCategoryExt/MExtend/CommonlyUsedConvenientMethod/Extend/*.{h,m}"
30         }
31       ]
32     },
33     {
34       "name": "ImageDownload",
35       "source_files": "MCategoryExt/MExtend/ImageDownload/*.{h,m}"
36     },
37     {
38       "name": "InLineFunction",
39       "source_files": "MCategoryExt/MExtend/InLineFunction/*.{h,m}"
40     },
41     {
42       "name": "Runtime",
43       "source_files": "MCategoryExt/MExtend/Runtime/*.{h,m}"
44     },
45     {
46       "name": "UncommonlyUsed",
47       "source_files": "MCategoryExt/MExtend/UncommonlyUsed/*.{h,m}"
48     }
49   ]