[Add] ZJSDK 2.5.6.1
[CocoaPods.git] / Specs / 2 / 1 / d / SCServiceKit / 1.0.1 / SCServiceKit.podspec.json
blobf1346812150ad35c6e52e6d077f98be39bba6c1e
2   "name": "SCServiceKit",
3   "version": "1.0.1",
4   "summary": "SCServiceKit is Network framework for iOS applications, based on a Clean Archecture.",
5   "description": "SCServiceKit aim to\n* Promote reactive programing",
6   "homepage": "https://github.com/interactord/SCServiceKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Scoon Moon": "interactord@gmail.com"
13   },
14   "platforms": {
15     "ios": "12.2"
16   },
17   "swift_version": "5.0",
18   "pod_target_xcconfig": {
19     "SWIFT_VERSION": "5.0"
20   },
21   "source": {
22     "git": "https://github.com/interactord/SCServiceKit.git",
23     "tag": "1.0.1"
24   },
25   "source_files": "SCServiceKit/**/*.swift",
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "RxSwift": [
33       ">= 4.5.0"
34     ],
35     "SwiftyBeaver": [
36       ">= 1.7.0"
37     ]
38   }