-
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.
- Loading branch information
1 parent
eeeabf8
commit 3feae14
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
54 changes: 54 additions & 0 deletions
54
Specs/4/9/1/JWTextPickerManager/1.0.6/JWTextPickerManager.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,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" | ||
} |