[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / b / c / SLCore / 0.0.1 / SLCore.podspec.json
blob7ab892a2caac11a8ff15e80041037f1b7d7b8595
2   "name": "SLCore",
3   "version": "0.0.1",
4   "summary": "The RxSwift-based viper framework",
5   "description": "This is a framework based on rxswift and moya, which is currently under development and has only a few basic features but is already a very good MVVM framework",
6   "homepage": "https://github.com/Sanchew/SLCore",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sanchew": "sanchew@mail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/sanchew/SLCore.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "SLCore/Sources/**/*.swift",
22   "requires_arc": true,
23   "dependencies": {
24     "RxSwift": [
25       "~> 4.0"
26     ],
27     "RxCocoa": [
28       "~> 4.0"
29     ],
30     "RxDataSources": [
31       "~> 3.0"
32     ],
33     "RxOptional": [
34       "~> 3.3"
35     ],
36     "RxFeedback": [
37       "~> 1.0"
38     ],
39     "Moya/RxSwift": [
40       "~> 10.0"
41     ],
42     "Kingfisher": [
43       "~> 4.3"
44     ],
45     "MJRefresh": [
46       "~> 3.1"
47     ]
48   },
49   "pod_target_xcconfig": {
50     "SWIFT_VERSION": "4.0"
51   },
52   "frameworks": "UIKit",
53   "pushed_with_swift_version": "4.0"