[Add] YIM 2.2.1
[CocoaPods.git] / Specs / 8 / 1 / a / SCReviewRatingKit / 1.0.0 / SCReviewRatingKit.podspec.json
blob9c6c7b430440eeca18672d197c5397570a050c66
2   "name": "SCReviewRatingKit",
3   "version": "1.0.0",
4   "summary": "SCReviewRatingKit is make rating controll event view",
5   "description": "SCReviewRatingKit aim to\n* Chainning property Attributes",
6   "homepage": "https://github.com/interactord/SCReviewRatingKit.git",
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/SCReviewRatingKit.git",
23     "tag": "1.0.0"
24   },
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Source/SCReviewRatingKit/**/*.swift",
30       "frameworks": [
31         "UIKit",
32         "Foundation"
33       ]
34     },
35     {
36       "name": "RxSwift",
37       "source_files": "Source/RxSCReviewRatingKit/**/*.swift",
38       "dependencies": {
39         "RxSwift": [
40           "~> 5"
41         ],
42         "RxCocoa": [
43           "~> 5"
44         ],
45         "SCReviewRatingKit/Core": [
47         ]
48       },
49       "frameworks": [
50         "UIKit",
51         "Foundation"
52       ]
53     }
54   ]