[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 7 / f / b / RxActivityIndicator / 1.0.0 / RxActivityIndicator.podspec.json
blob79505b1cf86b8773c58a1780ace79dc4b38038b0
2   "name": "RxActivityIndicator",
3   "version": "1.0.0",
4   "summary": "Let the sample code in RxSwift support Cocopods and Carthage",
5   "description": "A small library that helps you keep track of operations progress",
6   "homepage": "https://github.com/InsectQY/RxActivityIndicator/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Krunoslav Zaher": "krunoslav.zaher@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/InsectQY/RxActivityIndicator.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "5.0",
22   "dependencies": {
23     "RxSwift": [
24       "~> 5.0"
25     ],
26     "RxCocoa": [
27       "~> 5.0"
28     ]
29   },
30   "source_files": "RxActivityIndicator/**"