| { |
| "name": "SweetUI", |
| "module_name": "SweetUI", |
| "version": "1.0.0-beta.3.2", |
| "summary": "Declarative UIKit wrapper inspired by SwiftUI", |
| "swift_versions": "5.2", |
| "description": "Easy to use declarative UIKit wrapper inspired by SwiftUI", |
| "homepage": "https://github.com/maximkrouk/SweetUI", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "maximkrouk": "id.maximkrouk@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/maximkrouk/SweetUI.git", |
| "tag": "1.0.0-beta.3.2" |
| }, |
| "social_media_url": "https://twitter.com/maximkrouk", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "Sources/SweetUI/**/*", |
| "frameworks": "UIKit", |
| "dependencies": { |
| "UICocoa": [ |
| "~> 1" |
| ] |
| }, |
| "swift_version": "5.2" |
| } |