Skip to content

Commit

Permalink
[Add] GSPodTest 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chenfuwei authored and CocoaPodsBot committed Apr 22, 2021
1 parent 9dcfb8f commit 182b0d2
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions Specs/5/d/f/GSPodTest/1.2.3/GSPodTest.podspec.json
@@ -0,0 +1,54 @@
{
"name": "GSPodTest",
"version": "1.2.3",
"summary": "Pod Create Use",
"description": "简单测试 CocoaPods use, Success",
"homepage": "http://www.gensee.com",
"license": {
"type": "MIT",
"text": " Copyright PPAbner 2016-2021\n"
},
"authors": {
"net263": "mobile-gensee@net263.com"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "PodTest",
"source": {
"git": "https://gitee.com/fuweichen/pod-test.git",
"tag": "1.2.3"
},
"requires_arc": true,
"subspecs": [
{
"name": "PodTest",
"source_files": [
"PodTest/*.{h,m}"
],
"public_header_files": [
"PodTest/GSPodTest.h"
],
"vendored_frameworks": [
"frameworks/GPUImage.framework",
"frameworks/GSCommonKit.framework"
]
},
{
"name": "pod11",
"source_files": "pod11/*.{h,m}"
},
{
"name": "podone",
"source_files": "PodTest/pod1/*.{h,m}",
"public_header_files": "PodTest/pod1/*.h",
"subspecs": [
{
"name": "pod2",
"source_files": "PodTest/pod1/pod2/*.{h,m}",
"private_header_files": "PodTest/pod1/pod2/*.h"
}
]
}
]
}

0 comments on commit 182b0d2

Please sign in to comment.