blob: 9833526869593084a419c2b3516722684af614a3 [file] [log] [blame]
{
"name": "CcExtensions",
"version": "5.0.0",
"summary": "扩展",
"homepage": "https://github.com/J-yezi/CcExtensions",
"license": "MIT",
"authors": {
"J-yezi": "yehao1020@gmail.com"
},
"source": {
"git": "https://github.com/J-yezi/CcExtensions.git",
"tag": "5.0.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*.swift",
"frameworks": [
"Foundation",
"UIKit"
]
},
{
"name": "RxSwift",
"source_files": "Sources/RxSwift/**/*.swift",
"dependencies": {
"CcExtensions/Core": [
],
"RxSwift": [
">=5.0.1"
],
"RxCocoa": [
">=5.0.1"
],
"RxRelay": [
">=5.0.1"
]
},
"frameworks": [
"Foundation",
"UIKit"
]
}
],
"swift_version": "5.0"
}