[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 5 / d / f / GSPodTest / 1.1.3 / GSPodTest.podspec.json
blobef6ca1a74f03b62bb372b6110815265cc9d9e9eb
2   "name": "GSPodTest",
3   "version": "1.1.3",
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": "pod11",
18   "source": {
19     "git": "https://gitee.com/fuweichen/pod-test.git",
20     "tag": "1.1.3"
21   },
22   "source_files": "PodTest/*.{h,m}",
23   "public_header_files": "PodTest/GSPodTest.h",
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "pod11",
28       "source_files": "PodTest/pod11/*.{h,m}"
29     },
30     {
31       "name": "podone",
32       "source_files": "PodTest/pod1/*.{h,m}",
33       "public_header_files": "PodTest/pod1/*.h",
34       "subspecs": [
35         {
36           "name": "pod2",
37           "source_files": "PodTest/pod1/pod2/*.{h,m}",
38           "private_header_files": "PodTest/pod1/pod2/*.h"
39         }
40       ]
41     }
42   ]