Skip to content

Commit

Permalink
[Add] JWTextPickerManager 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jw10126121 authored and CocoaPodsBot committed Aug 23, 2023
1 parent eeeabf8 commit 3feae14
Showing 1 changed file with 54 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"name": "JWTextPickerManager",
"version": "1.0.6",
"summary": "文本选择器,最多支持3列",
"homepage": "https://gitee.com/jw10126121/JWTextPickerManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"linjw": "10126121@qq.com"
},
"source": {
"git": "https://gitee.com/jw10126121/JWTextPickerManager.git",
"tag": "1.0.6"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"default_subspecs": "Base",
"subspecs": [
{
"name": "Base",
"source_files": "JWTextPickerManager/Base/**/*",
"frameworks": "UIKit",
"dependencies": {
"XBPickerView": [

],
"XBDialog": [

]
}
},
{
"name": "RxSwift",
"source_files": "JWTextPickerManager/RxSwift/**/*",
"frameworks": "UIKit",
"dependencies": {
"JWTextPickerManager/Base": [

],
"RxSwift": [

],
"RxCocoa": [

]
}
}
],
"swift_version": "5.0"
}

0 comments on commit 3feae14

Please sign in to comment.