blob: adb41555f5164fa70df0a37388f9be1b986f2642 [file] [log] [blame]
{
"name": "Amber",
"version": "1.1.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.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Amber/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"Bond": [
"~> 6.5.0"
]
},
"pushed_with_swift_version": "4"
}