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