| { |
| "name": "SCReviewRatingKit", |
| "version": "1.0.0", |
| "summary": "SCReviewRatingKit is make rating controll event view", |
| "description": "SCReviewRatingKit aim to\n* Chainning property Attributes", |
| "homepage": "https://github.com/interactord/SCReviewRatingKit.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "Scoon Moon": "interactord@gmail.com" |
| }, |
| "platforms": { |
| "ios": "12.2" |
| }, |
| "swift_version": "5.0", |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "5.0" |
| }, |
| "source": { |
| "git": "https://github.com/interactord/SCReviewRatingKit.git", |
| "tag": "1.0.0" |
| }, |
| "default_subspecs": "Core", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "Source/SCReviewRatingKit/**/*.swift", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ] |
| }, |
| { |
| "name": "RxSwift", |
| "source_files": "Source/RxSCReviewRatingKit/**/*.swift", |
| "dependencies": { |
| "RxSwift": [ |
| "~> 5" |
| ], |
| "RxCocoa": [ |
| "~> 5" |
| ], |
| "SCReviewRatingKit/Core": [ |
| |
| ] |
| }, |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ] |
| } |
| ] |
| } |