blob: 7e4a9fc669293bde52e72bfe1eab3666f11fb6ea [file] [log] [blame]
{
"name": "ArchitectureComponents",
"version": "0.1.0",
"summary": "A port of Android Architecture Components to iOS.",
"description": "Provide Lifecycle, LiveData, and other Android Architecture Components on \niOS. Since iOS lacks a first-party application architecture and Android \nnow has a very nice first-party application architecture, it seems \nreasonable to adopt Android's architecture on both platforms in instances \nwhen app delivery would benefit from sharing an app architecture.",
"homepage": "https://github.com/spropensource/ArchitectureComponents",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"David Kinney": "david.kinney@spr.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/spropensource/ArchitectureComponents.git",
"tag": "0.1.0"
},
"source_files": "Sources/**/*.swift",
"pushed_with_swift_version": "4.0"
}