[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / 5 / d / f / GSPodTest / 1.1.5 / GSPodTest.podspec.json
blob54f4a53459b83eb9ecf52e692755e04b2078390b
2   "name": "GSPodTest",
3   "version": "1.1.5",
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.5"
21   },
22   "source_files": [
23     "PodTest/*.{h,m}",
24     "pod11/*.{h,m}"
25   ],
26   "public_header_files": "PodTest/GSPodTest.h",
27   "requires_arc": true,
28   "subspecs": [
29     {
30       "name": "pod11",
31       "source_files": "pod11/*.{h,m}"
32     },
33     {
34       "name": "podone",
35       "source_files": "PodTest/pod1/*.{h,m}",
36       "public_header_files": "PodTest/pod1/*.h",
37       "subspecs": [
38         {
39           "name": "pod2",
40           "source_files": "PodTest/pod1/pod2/*.{h,m}",
41           "private_header_files": "PodTest/pod1/pod2/*.h"
42         }
43       ]
44     }
45   ]