[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / d / f / GSPodTest / 1.0.8 / GSPodTest.podspec.json
blob073efadc2cdee950ec4ed92c251eafc0ba74fcc1
2   "name": "GSPodTest",
3   "version": "1.0.8",
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   "source": {
18     "git": "https://gitee.com/fuweichen/pod-test.git",
19     "tag": "1.0.8"
20   },
21   "source_files": "PodTest/*.{h,m}",
22   "public_header_files": "PodTest/*.h",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "pod1",
27       "source_files": "PodTest/pod1/*.{h,m}",
28       "subspecs": [
29         {
30           "name": "pod2",
31           "source_files": "PodTest/pod1/pod2/*.{h,m}"
32         }
33       ]
34     }
35   ]