Skip to content

Commit

Permalink
[Add] MogoFaceSDK 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
‘kerwin’ authored and CocoaPodsBot committed Oct 13, 2024
1 parent 4f7c4c4 commit 8314838
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Specs/1/d/4/MogoFaceSDK/1.0.0/MogoFaceSDK.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "MogoFaceSDK",
"version": "1.0.0",
"summary": "测试用SDK",
"description": "测试用SDK, 使用OC实现",
"homepage": "https://gitee.com/liminting/mogo-face-sdk",
"authors": {
"liminting": "[email protected]"
},
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://gitee.com/liminting/mogo-face-sdk.git",
"tag": "1.0.0"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"vendored_frameworks": "MogoFaceSDK.framework",
"dependencies": {
"AFNetworking": [
"~> 1.0"
],
"SVProgressHUD": [

]
}
}

0 comments on commit 8314838

Please sign in to comment.