-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Add] AnyThinkVPNConfigAdapter 6.4.30
- Loading branch information
1 parent
ffa7a36
commit a55b563
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
Specs/7/c/3/AnyThinkVPNConfigAdapter/6.4.30/AnyThinkVPNConfigAdapter.podspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"name": "AnyThinkVPNConfigAdapter", | ||
"version": "6.4.30", | ||
"summary": "AnyThinkVPNConfigAdapter used for mediation with the TopOn SDK", | ||
"description": "TopOn SDK for developer", | ||
"homepage": "https://github.com/CocoaPods/Specs/search?o=desc&q=AnyThinkVPNConfigAdapter&s=indexed", | ||
"authors": { | ||
"topon": "[email protected]" | ||
}, | ||
"license": { | ||
"type": "MIT", | ||
"file": "AnyThinkVPNConfigAdapter-6.4.30/LICENSE" | ||
}, | ||
"platforms": { | ||
"ios": "13.0" | ||
}, | ||
"static_framework": true, | ||
"requires_arc": true, | ||
"pod_target_xcconfig": { | ||
"OTHER_LDFLAGS": [ | ||
"-lObjC" | ||
], | ||
"VALID_ARCHS": "x86_64 armv7 armv7s arm64" | ||
}, | ||
"source": { | ||
"http": "https://topon-sdk-release.oss-cn-hangzhou.aliyuncs.com/AnyThink_Release/v6.4.30/iOS/AnyThink_mediation/AnyThinkiOS.zip", | ||
"type": "zip" | ||
}, | ||
"vendored_frameworks": "core/AnyThinkVPNConfigAdapter.xcframework", | ||
"dependencies": { | ||
"AnyThinkiOS": [ | ||
"6.4.30" | ||
] | ||
} | ||
} |