blob: 8a6d0c926b3b1e5158e57e79de5e1c4befad0bd5 [file] [log] [blame]
{
"name": "HeroArchitecture",
"version": "0.4.8.5",
"summary": "The Hero architecture for iOS.",
"description": "The `Hero` architecture for iOS is a way to avoid large `UIViewController`\nimplementations and simultaneously separate the responsibilities.\nThis separation is achieved by creating modules and workflows.",
"homepage": "https://github.com/fluidmobile/hero",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fluidmobile GmbH": "hello@fluidmobile.de"
},
"source": {
"git": "https://github.com/fluidmobile/hero.git",
"tag": "0.4.8.5"
},
"social_media_url": "https://twitter.com/fluidmobile",
"platforms": {
"ios": "8.0"
},
"source_files": "HeroArchitecture/Classes/**/*"
}