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