blob: 0883556f628cd839abf223eeade120fdaf475988 [file] [log] [blame]
{
"name": "LoadingRetry",
"version": "1.0.2",
"summary": "Loading and Retry",
"description": "simple loading and retry tool",
"homepage": "https://github.com/srv7/LoadingRetry",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"srv7": "liubo004@126.com"
},
"source": {
"git": "https://github.com/srv7/LoadingRetry.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "LoadingRetry/Classes/Core/**/*",
"frameworks": "UIKit"
},
{
"name": "RxSwift",
"source_files": "LoadingRetry/Classes/RxSupport/**/*",
"dependencies": {
"LoadingRetry/Core": [
],
"RxCocoa": [
]
}
}
]
}