diff --git a/Specs/4/9/1/JWTextPickerManager/1.0.6/JWTextPickerManager.podspec.json b/Specs/4/9/1/JWTextPickerManager/1.0.6/JWTextPickerManager.podspec.json new file mode 100644 index 000000000000000..a38d65238a935e7 --- /dev/null +++ b/Specs/4/9/1/JWTextPickerManager/1.0.6/JWTextPickerManager.podspec.json @@ -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" +}