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