[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / d / f / GSPodTest / 1.1.9 / GSPodTest.podspec.json
blobb70f0f76cbe7f2f3433cfe14453c74908ae4cdbf
2   "name": "GSPodTest",
3   "version": "1.1.9",
4   "summary": "Pod Create Use",
5   "description": "简单测试 CocoaPods use, Success",
6   "homepage": "http://www.gensee.com",
7   "license": {
8     "type": "MIT",
9     "text": "    Copyright PPAbner 2016-2021\n"
10   },
11   "authors": {
12     "net263": "mobile-gensee@net263.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "default_subspecs": "PodTest",
18   "source": {
19     "git": "https://gitee.com/fuweichen/pod-test.git",
20     "tag": "1.1.9"
21   },
22   "pod_target_xcconfig": {
23     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
24   },
25   "user_target_xcconfig": {
26     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
27   },
28   "requires_arc": true,
29   "subspecs": [
30     {
31       "name": "PodTest",
32       "source_files": "PodTest/*.{h,m}",
33       "public_header_files": "PodTest/GSPodTest.h"
34     },
35     {
36       "name": "pod11",
37       "source_files": "pod11/*.{h,m}"
38     },
39     {
40       "name": "podone",
41       "source_files": "PodTest/pod1/*.{h,m}",
42       "public_header_files": "PodTest/pod1/*.h",
43       "subspecs": [
44         {
45           "name": "pod2",
46           "source_files": "PodTest/pod1/pod2/*.{h,m}",
47           "private_header_files": "PodTest/pod1/pod2/*.h"
48         }
49       ]
50     }
51   ]