blob: d3c61aeea15758e179142572a49b45e906348a86 [file] [log] [blame]
{
"name": "Amber",
"version": "2.1.5",
"summary": "flexible and convenient iOS architecture based on Flex & Elm",
"description": "Amber is flexible and convenient iOS architecture based on Flex & Elm.\nIt uses Reducer to process Actions and Router to process Transitions.",
"homepage": "https://github.com/Anvics/Amber",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nikita Arkhipov": "nikitarkhipov@gmail.com"
},
"source": {
"git": "https://github.com/Anvics/Amber.git",
"tag": "2.1.5"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.2",
"source_files": "Amber/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"Bond": [
]
},
"swift_version": "4.2"
}