blob: fbaa70375a07c869f224ca7224eaf879b3e3895d [file] [log] [blame]
{
"name": "RxActivityIndicator",
"version": "0.1.1",
"summary": "Let the sample code in RxSwift support Cocopods and Carthage",
"description": "A small library that helps you keep track of operations progress",
"homepage": "https://github.com/InsectQY/RxActivityIndicator/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Krunoslav Zaher": "krunoslav.zaher@gmail.com"
},
"source": {
"git": "https://github.com/InsectQY/RxActivityIndicator.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
]
},
"source_files": "RxActivityIndicator/**"
}