[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / a / d / RxSkeleton / 0.0.9 / RxSkeleton.podspec.json
blob7ac86de896f0ee00b885905e2ac3c454c2232b74
2   "name": "RxSkeleton",
3   "version": "0.0.9",
4   "summary": "Support for using SkeletonView with RxDataSources.",
5   "description": "As you can see, when using RxDataSources, we can not just use SkeletonView together, so I wrote this code to support for using SkeletonView with RxDataSources.",
6   "homepage": "https://github.com/AnyOptional/RxSkeleton",
7   "license": "MIT",
8   "authors": {
9     "Emiya Shiro": "code4archer@163.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/AnyOptional/RxSkeleton.git",
16     "commit": "845a8642793957d9734a4dbe306524b992468dbb"
17   },
18   "source_files": "Sources",
19   "frameworks": "UIKit",
20   "swift_version": "4.2",
21   "dependencies": {
22     "RxSwift": [
24     ],
25     "RxCocoa": [
27     ],
28     "RxDataSources": [
30     ],
31     "SkeletonView": [
33     ]
34   }