blob: 2973ce349c6f90e6170cfeada188c1b6a926b386 [file] [log] [blame]
{
"name": "UIKit-Plus",
"module_name": "UIKitPlus",
"version": "1.19.0",
"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/MihaelIsaev/UIKitPlus",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MihaelIsaev": "isaev.mihael@gmail.com"
},
"source": {
"git": "https://github.com/MihaelIsaev/UIKitPlus.git",
"tag": "1.19.0"
},
"social_media_url": "https://twitter.com/MihaelIsaev",
"platforms": {
"ios": "9.0"
},
"source_files": "Classes/**/*",
"frameworks": "UIKit",
"xcconfig": {
"OTHER_LDFLAGS": "-weak_framework SwiftUI"
},
"swift_version": "5.2"
}