blob: 8ef9f3c825a15810d0031b9b13ae458dbc144d33 [file] [log] [blame]
{
"name": "Amber",
"version": "1.0.14",
"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": "1.0.14"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Amber/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"Bond": [
"~> 6.3.0"
]
},
"pushed_with_swift_version": "3.2"
}