blob: 1f2eafee8823690d988393d2f560c83858796369 [file] [log] [blame]
{
"name": "AltSwiftUI",
"version": "1.2.0",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.3",
"summary": "Open Source UI framework based on SwiftUI syntax and features, adding backwards compatibility.",
"description": "Available from iOS 11 using Xcode 12. AltSwiftUI has some small differences to SwiftUI, where it \nhandles certain features slightly differently and adds some missing features as well.",
"homepage": "https://github.com/rakutentech/AltSwiftUI",
"license": "MIT",
"authors": {
"Kevin Wong": "kevin.a.wong@rakuten.com"
},
"source": {
"git": "https://github.com/rakutentech/AltSwiftUI.git",
"tag": "1.2.0"
},
"source_files": [
"Sources/AltSwiftUI/Source/*/*.swift",
"Sources/AltSwiftUI/Source/*/*/*.swift"
],
"swift_version": "5.3"
}