Skip to content

Commit

Permalink
[Add] YLLoadingView 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
StudentLinn authored and CocoaPodsBot committed Jul 5, 2024
1 parent 773138a commit 996a29f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Specs/7/0/f/YLLoadingView/0.0.2/YLLoadingView.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "YLLoadingView",
"version": "0.0.2",
"summary": "一个简单的加载框控件,可自定义程度高",
"homepage": "https://github.com/StudentLinn/YLLoadingView",
"license": "MIT",
"authors": {
"lin": "[email protected]"
},
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/StudentLinn/YLLoadingView.git",
"tag": "0.0.2"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"swift_versions": "5.0",
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [

]
},
"swift_version": "5.0"
}

0 comments on commit 996a29f

Please sign in to comment.